首页 > 运营 > 帮助中心 > 正文

解决:The FastCGI process exceeded configured

2020-09-12 13:04:39
字体:
来源:转载
供稿:网友

    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 ”的错误,也是这样解决。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表