Heim  >  Artikel  >  Backend-Entwicklung  >  解决:The FastCGI process exceeded configured_PHP教程

解决:The FastCGI process exceeded configured_PHP教程

WBOY
WBOYOriginal
2016-07-21 14:52:081079Durchsuche

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

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/371656.htmlTechArticleIIS6+fastcgi下PHP运行超时问题解决办法;使用过程中有报错The FastCGI process exceeded configured request timeout解决办法如下: FastCgi的配置文件fcgiext....
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn