• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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