Home  >  Article  >  Backend Development  >  Handling (php-cgi.exe - FastCGI process exceeds the configured request timeout)_PHP Tutorial

Handling (php-cgi.exe - FastCGI process exceeds the configured request timeout)_PHP Tutorial

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

[Detailed error]:
HTTP Error 500.0 - Internal Server Error
C:Program FilesPHPphp-cgi.exe - FastCGI process exceeded the configured request timeout
[Environment]: php + IIS7.5
Solution:
Method 1:
C:WindowsSystem32inetsrvconfigapplicationHost. Edit config and increase the activityTimeout setting. The default is 600 (10 minutes) and the maximum supported is 3600 (1 hour). The unit is seconds~

Method 2:
Start->Run->cmd->Enter
C:Windowssystem32inetsrvappcmd set config -section:system.webServer/fastCgi/[fullPath='C :Program FilesPHPphp-cgi.exe'].activityTimeout:600

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/328014.htmlTechArticle[Detailed error]: HTTP error 500.0 - Internal Server Error C:Program FilesPHPphp-cgi.exe - FastCGI process exceeded The configured request timeout period [Environment]: php + IIS7.5 Solution...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn