• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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