The image verification code you entered is incorrect.

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!

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
More information about formatting options Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.