• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

FastCGI timeout

G

GermainS

Guest
Hello, im trying to edit FastCGI timout becouse my PHP script tells my PHP-CGI.exe timout has exceeded

I've Searched everywhere for the awnser to this question and im getting only Linux info or links to tutorials wich have different paths to different files and none work.

I hope you guys can help me out.

*need to increase the the fastCGU timeout

System: Windows 2008 R2
Plesk : 10
 
Last edited by a moderator:
The problem is i cant find this file
Windows\System32\inetsrv\fcgiext.ini
 
Last edited by a moderator:
Looks like (x86) should be backslashed. Read about regular expressions syntax.
 
Ah i found it, instead of using qoute i needed doubleqoute's

Inserted this line

C:\Windows\system32>%windir%\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi -[fullPath="C:\Program Files \(x86\)\Parallels\Plesk\Additional\PleskPHP5\php-cgi.exe"].activityTimeout:600


now im getting this error

ERROR ( message:Malformed collection indexer; format is [@position,name='value',
name2='value2',...]. The @position specifier is optional, and be '@start', '@en
d', or '@N' where N is a numeric index into the collection. )
 
Last edited by a moderator:
I had this time out issue and it was after an upgrade.
It seems one of my sites had some old IP associated with it in IIS.
Once I changed IP's everything worked fine.
 
Back
Top