Home >Backend Development >PHP Tutorial >Handling (php-cgi.exe - FastCGI process exceeds the configured request timeout)_PHP Tutorial
[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