FastCGI Error:Error Number: 5 (0x80070005)
FastCGI ErrorThe FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
Error Number: 5 (0x80070005).
Error Description: ¾Ü¾ø·ÃÎÊ¡£ //编码错误,应为“拒绝访问”
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
这个错误是由于在解压PHP之后,没有对IIS启动帐户赋予该目录的读取和运行权限,修改文件夹安全属性,问题解决。
解决办法:给users对php目录读取和运行的权限。
注:经测试通过。
FastCGI Error
The FastCGI Handler was unable to process the request. //FastCGI 处理程序无法处理请求。
--------------------------------------------------------------------------------
Error Details:
Unable to place a FastCGI process in a JobObject. Try disable the Application Pool CPU Limit feature
//无法放置在JobObject FastCGI进程。尝试禁用应用程序池的CPU监视功能
Error Number: 5 (0x80070005).
Error Description: ?ü??·??ê?£
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
解决办法:
根据上面的出错提示找到了原因,原来我在应用程序池 中启用了CPU监视,FASTCGI模式不支持CPU监视,禁用CPU监视后就正常了。
页:
[1]