The FastCGI process exceeded configured错误解决
来源:未知 责任编辑:智问网络 发表时间:2013-11-10 20:23 点击:次
IIS6+fastcgi下PHP运行超时问题解决办法;使用过程中有报错The FastCGI process exceeded configured request timeout解决办法如下:
FastCgi的配置文件“fcgiext.ini”,位于目录“C:WINDOWSsystem32inetsrv”下。
在“fcgiext.ini”最末php的配置内容下增加一些参数,如下:
[Types]
php=PHP
[PHP]
ExePath=C:PHPphp-cgi.exe
InstanceMaxRequests=10000
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
RequestTimeout=500
ActivityTimeout=900
如果遇到的是“FastCGI process exceeded configured activity timeout ”的错误,也是这样解决。
相关新闻>>
- 找不到IIS Out-Of-Process Pooled Applications解决方法
- Windows下Nginx+PHP5(FastCgi)安装配置详解
- Windows7 IIS7下以FastCgi和ISAPI方法安装配置PHP5教程
- 配置windows server 2008的iis7.0支持fastcgi运行php
- 关于VirtualBox虚拟机安装GhostXP出现蓝屏processr.sys 的解决办法
- 解决iis6.0 FastCGI错误 The FastCGI Handler&n
- IIS+FastCGI+PHP5.3+MySQL5.1+Gzip详细教程
- The FastCGI process exceeded configured&
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>