FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
- The FastCGI process exceeded configured activity timeout
- Error Number: 258 (0x80070102).
- Error Description: μè′yμÄ2ù×÷1y걡£
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
的錯誤提示,于是開始在百度上找相關的解決方法,發現,都是這個網站抄那個的,全部內容都是一模一樣,現在站長在這里把正確的,完全的解決方法總結一下:
首先是修改FastCGI的配置文件fcgiext.ini,位置在:系統盤下windows/system32/inetsrv下:
InstanceMaxRequests=10000
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
RequestTimeout=500
ActivityTimeout=900
接著是修改PHP.ini,這個文件要看你當初裝PHP時裝在哪個盤下了:
max_execution_time = 3000 //默認是30,后改成300,PHP報超時錯,改成3000,成功更新
好了,就這倆步,希望能幫到遇到同樣的問題的朋友們