最近为了新上线的微信公众平台系统,买了一台北京息壤的服务器,因为刚开始不知道微信平台要用php5.4以上的系统,所以还是用的老的php5.2版本的,后来发现不行,但是我以前没有单独配置过php的环境,所以使用了phpStudy iis版本的,这样既可以使用php的高级版本,也不耽误iis asp的使用。
但是在安装完成后,测试的时候出现:
FastCGI Error
The FastCGI Handler was unable to process the request.
——————————————————————————–
Error Details:
Unable to place a FastCGI process in a JobObject. Try disable the Application Pool CPU Limit feature
Error Number: 5 (0x80070005).
Error Description: ?ü??·??ê?£
HTTP Error 500 – Server Error.
Internet Information Services (IIS)
但是百度搜索后,根据网站上的结果给users对php目录读取和运行的权限,都不管用,后来终于发现原来我在应用程序池中启用了CPU监视,FASTCGI模式不支持CPU监视,禁用CPU监视后就正常了。