解决 The FastCGI process exceeded configured activity timeout
在iis运行php的时候出现如下错误
The FastCGI process exceeded configured activity timeout
原因是由于执行php太长时间导致的
解决方法如下:
修改C:\WINDOWS\system32\inetsrv中的fcgiext.ini文件
[PHP]
ExePath=D:\PHP\php-cgi.exe
InstanceMaxRequests=10000
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
RequestTimeout=500 ActivityTimeout=900
修改RequestTimeout和ActivityTimeout把它们两个的参数设置大一些。
来源://作者:/更新时间:2014-01-02
顶
踩
相关文章: