• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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