Hello!
I used this walk-through to set up FastCGI & PHP on IIS.
My Server:
- WinXP2003
- IIS 6
Installed:
- PHP 5.3 via php-5.3.0-nts-Win32-VC9-x86.msi
- FastCGI Handler 1.5
fcgiext.ini
[Types]
php=PHP
[PHP]
ExePath=c:\php\php-cgi.exe
InstanceMaxRequests=10000
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
I receive this error when trying to load phpinfo.php
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
- The FastCGI process exceeded configured activity timeout
- Error Number: 258 (0x80070102).
- Error Description: The wait operation timed out.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
I've read about others on this forum already having this issue, but most times they never responded with their solution or it was a specific issue witha their machines.
If I completely get rid of the InstanceMaxRequests & EnvironmentVars it just takes longer to bring up the same error.
Also, I've pointed the default website in IIS to "C:\WINDOWS\system32\inetsrv\fcgiext.dll" If I try anything other than that, I get a "page not found" error, so I'm assuming it's 'trying' to load correctly.
Could someone help me figure this out?
Thank you!