FastCGI 进程超过了配置的活动超时时限
解决方法:
%windir%\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi /[fullPath='C:\php\php-cgi.exe'].activityTimeout:600
如果还是不行,请查看IIS应用程序池,可以改为默认(DefaultAppPool)。
from url:http://www.cnblogs.com/jiangyao/archive/2010/09/21/1832384.html