【詳細(xì)錯(cuò)誤】:
HTTP 錯(cuò)誤 500.0 - Internal Server Error
C:\Program Files\PHP\php-cgi.exe - FastCGI 進(jìn)程超過了配置的請求超時(shí)時(shí)限
【環(huán)境】:php + IIS7.5
解決辦法:
方法一:
C:\Windows\System32\inetsrv\config\applicationHost.config 進(jìn)行編輯,將activityTimeout設(shè)置調(diào)大,默認(rèn)為600(10分鐘),最大支持3600(1小時(shí)),單位秒~
方法二:
開始->運(yùn)行->cmd->進(jìn)入
C:\Windows\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi/[fullPath='C:\Program Files\PHP\php-cgi.exe'].activityTimeout:600