FastCGI Error Number: 258 timeout
« on: April 21, 2011, 08:17:41 AM »
the error message:
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)

[php.ini]
max_execution_time=9000
[fcgiext.ini]
RequestTimeout=600
[web.config]
<add name="PHP Handler" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="d:\inetpub\php\php-cgi.exe" resourceType="Either" requireAccess="Script" responseBufferLimit="0" />
    </handlers>

please help.
Re: FastCGI Error Number: 258 timeout
« Reply #1 on: April 22, 2011, 07:41:36 AM »
Hello,

try to increase RequestTimeout to 9000 and add this:
ActivityTimeout=9000