Server API as CGI/FastCGI
Posted by: kjesse4881 (---.rit.edu)
Date: September 25, 2007 07:48PM

Is it possible to change the Sever API from Apache 2.0 Handler to CGI/FastCGI?

Also i would like to use local php.ini files for multiple websites, is this possible?



Kevin

Options: ReplyQuote
Re: Server API as CGI/FastCGI
Posted by: ellisgl (---.dfw1.dsl.speakeasy.net)
Date: November 05, 2007 07:46PM

I think you have to download the mod_fastcgi module. load that up in the httpd.conf
also:
#LoadModule php5_module "c:/wamp/php/php5apache2_2.dll"
Action application/x-httpd-php "c:/wamp/php/php-cgi.exe"

But I haven't tested this yet.

Options: ReplyQuote


Sorry, only registered users may post in this forum.