熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> PHP編程 >> 正文

解決:The FastCGI process exceeded configured

2022-06-13   來源: PHP編程 

  IIS+fastcgi下PHP運行超時問題解決辦法使用過程中有報錯The FastCGI process exceeded configured request timeout解決辦法如下:

  FastCgi的配置文件“fcgiextini”位於目錄“C:WINDOWSsysteminetsrv”下

  在“fcgiextini”最末php的配置內容下增加一些參數如下

[Types]
php=PHP

[PHP]
ExePath=C:PHPphpcgiexe
InstanceMaxRequests=
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:
RequestTimeout=
ActivityTimeout=

如果遇到的是“FastCGI process exceeded configured activity timeout ”的錯誤也是這樣解決
From:http://tw.wingwit.com/Article/program/PHP/201311/21276.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.