FastCGI Errors -2147467259 (0×80004005)

FastCGI Error
The FastCGI Handler was unable to process the request.
________________________________________
Error Details:
The FastCGI process exited unexpectedly
Error Number: -2147467259 (0x80004005).
Error Description: Unspecified error
HTTP Error 500 - Server Error.
Internet Information Services (IIS)

The main issues here is setting php's recycle to the same count as FastCGI.

fastcgi.ini should contain

[php529]
ExePath=d:\system\php5.2.9\php-cgi.exe
EnvironmentVars=PHPRC:d:\system\php5.2.9,PHP_FCGI_MAX_REQUESTS:10000
InstanceMaxRequests=10000
RequestTimeout=3600
ActivityTimeout=3600

Please Register.


If you wish to add comments.
Cheers
Adam