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

WBOY
Release: 2016-07-21 15:01:16
Original
1335 people have browsed it

[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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!