Hi all,
i'm getting the common error
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)
I've applied the common solution in the .ini
QueueLength=999
MaxInstances=20
InstanceMaxRequests=10000
environmentVariables=PHP_FCGI_MAX_REQUESTS:10000
But it still crashes on some files.
It crashes on any script with a little more processing like one that receives POST data, verifies and saves it to the database (for example).
I'm using Win 2003 Server x64 with IIS 6.0 and the latest FastCGI x64 .
Best Regards,
Carlos