Handle the problem of the of ES1en cgi. exe ES4en process exceeding the configured request timeout period

  • 2020-07-21 07:09:58
  • OfStack

[Detailed error] :
HTTP error 500.0 - Internal Server Error
C:\Program \PHP\ php-ES12en. exe-ES14en process exceeded the configured request timeout period
Environment: php + IIS7.5
Solutions:
Method 1:
C:\Windows\System32\inetsrv\config\ applicationHost.config Edit, turn activityTimeout Settings up to 600(10 minutes), support up to 3600(1 hour), unit seconds ~

Method 2:
Start - > Run - > cmd- > Enter the
C:\Windows\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi/[fullPath='C:\Program Files\PHP\php-cgi.exe'].activityTimeout:600


Related articles: