The FastCGI process exceeded configured request timeout Solution

Source: Internet
Author: User

 

Finally, you can debug the php program with a breakpoint. However, the following error occurs due to the long execution time:

 

 

FastCGI ErrorThe FastCGI Handler was unable to process the request.

Error Details:

  • The FastCGI process exceeded configured activity timeout
  • Error Number: 258 (0x80070102 ).
  • Error Description
HTTP Error 500-Server Error.
Internet Information Services (IIS)

 

 

Solution:

Modify the "C:/WINDOWS/system32/inetsrv/fcgiext. ini" file to ensure that the following content is available:

[Types]
Php = PHP

[PHP]
ExePath = C:/PHP/php-cgi.exe
Instancemax requests = 10000
EnvironmentVars = PHP_FCGI_MAX_REQUESTS: 10000
RequestTimeout = 500
ActivityTimeout = 900

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.