• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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