PDA

View Full Version : PHP - Fast CGI App


sth
02-22-2008, 09:36 AM
Can I configure php like a "Fast CGI App"?

I have configured an External App "Fast CGI App" for perl but If I configure the App "Fast CGI App" for php I receive on web server the following error:

503 Service Unavailable

Thanks
Alessandro

mistwang
02-22-2008, 09:38 AM
Why you want to use Fast CGI PHP? OUr LSAPI PHP is better.
Have you built the FastCGI PHP binary?

sth
02-25-2008, 07:56 AM
because we have install LSWS on CentOS 4.x with php 4.3.x

It's very complex recompile php with all options required.

Thanks