Hi Panda,
This should work:
1) In your httpd.cong add:
LoadModule fcgid_module modules/mod_fcgid.so
AddHandler fcgid-script .php
2) Remember to comment out the old PHP module:
#LoadModule php4_module "D:/Apache2/bin/php4apache2.dll" #LoadModule php5_module "D:/Apache2/bin/php5apache2_2.dll"
3) Add in the <Directory D:\AppServ\www> directive:
Options +ExecCGI FCGIWrapper "D:/AppServ/php5/php-cgi.exe" .php
Make sure you indeed have the file php-cgi.exe in that folder !
Note: you might have to add these 2 previous lines in your .htaccess located at: D:\AppServ\www
If you still have issues please post in the Forums. Thanks.
Happy Holidays!
FCGI: This should work
Hi Panda,
This should work:
1) In your httpd.cong add:
LoadModule fcgid_module modules/mod_fcgid.so
AddHandler fcgid-script .php
2) Remember to comment out the old PHP module:
#LoadModule php4_module "D:/Apache2/bin/php4apache2.dll"
#LoadModule php5_module "D:/Apache2/bin/php5apache2_2.dll"
3) Add in the <Directory D:\AppServ\www> directive:
Options +ExecCGI
FCGIWrapper "D:/AppServ/php5/php-cgi.exe" .php
Make sure you indeed have the file php-cgi.exe in that folder !
Note: you might have to add these 2 previous lines in your .htaccess located at: D:\AppServ\www
If you still have issues please post in the Forums. Thanks.
Happy Holidays!