Unable to place a FastCGI process in a JobObject. Try disabling the Application Pool CPU Limit feature CPU Limit feature
今天采用IIS+FASTCGI方式部署PHP5.2.13,结果始终报这个错误:
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
* Unable to place a FastCGI process in a JobObject. Try disabling the Application Pool CPU Limit feature
* Error Number: 5 (0×80070005).
* Error Description: 拒绝访问。
HTTP Error 500 – Server Error.
Internet Information Services (IIS)
经查,原因是IIS的应用程序池启用了CPU监视,FASTCGI模式不支持CPU监视,取消监视即可。