IIS fastcgi 超時處理
作者:佚名 時間:2012-04-07 分享到:
IIS6+fastcgi下PHP運行超時問題解決辦法;使用過程中有報錯The FastCGI process exceeded configured request timeout解決辦法是
FastCgi的配置文件“fcgiext.ini”,位于目錄“C:\WINDOWS\system32\inetsrv”下。
在“fcgiext.ini”最末php的配置內容下增加一些參數,如下:
引用
[Types]
php=PHP
[PHP]
ExePath=C:\PHP\php-cgi.exe
InstanceMaxRequests=10000
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
RequestTimeout=500
ActivityTimeout=900
如果遇到的是“FastCGI process exceeded configured activity timeout ”的錯誤,也是這樣解決。
如沒特殊注明,文章均為上海聯楷網絡原創,轉載請注明來自:http://www.ktcbnqb.cn/contact/20151229/n7663.html