• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

FAST CGI timeout

D

dany81

Guest
Hello,

What files must i configurate to resolve this error?



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 tryed to change it on "Program Files\Parallels\Plesk\Additional\PleskPHP5\php.ini" php.ini and "\WINDOWS\system32\inetsrv\fcgiext.ini" without success.

Thanks!
 
Well HTTP 500 errors are really generic so it could be anything really. Does your domain work if you change it to CGI?
 
go to Goto %windir%\system32\inetsrv\fcgiext.ini
Locate the ActivityTimeout parameter and copy it into the
PHP:
 section of the ini file
Make sure the ActivityTimeout parameter is uncommented out
Change the number to whatever you want (units are seconds)
restart services/webserver/php
 
Back
Top