Heim  >  Artikel  >  Backend-Entwicklung  >  处理(php-cgi.exe - FastCGI 进程超过了配置的请求超时时限)的问题_PHP教程

处理(php-cgi.exe - FastCGI 进程超过了配置的请求超时时限)的问题_PHP教程

WBOY
WBOYOriginal
2016-07-21 15:01:161336Durchsuche

【详细错误】:
HTTP 错误 500.0 - Internal Server Error
C:\Program Files\PHP\php-cgi.exe - FastCGI 进程超过了配置的请求超时时限
【环境】:php + IIS7.5
解决办法:
方法一:
C:\Windows\System32\inetsrv\config\applicationHost.config 进行编辑,将activityTimeout设置调大,默认为600(10分钟),最大支持3600(1小时),单位秒~

方法二:
开始->运行->cmd->进入
C:\Windows\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi/[fullPath='C:\Program Files\PHP\php-cgi.exe'].activityTimeout:600

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/328014.htmlTechArticle【详细错误】: HTTP 错误 500.0 - Internal Server Error C:\Program Files\PHP\php-cgi.exe - FastCGI 进程超过了配置的请求超时时限 【环境】: php + IIS7.5 解...
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