• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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