FastCGI Error Number: 5 (0x80070005)解决方法
今天使用微软的FastCGI来搭建php在windows2003+IIS6下的运行环境,出现如下问题。
代码如下:
FastCGI Error The 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目录没有权限,之前用ISAPI来实现php的运行的,没有问题,该加的权限都加上了。改FastCGI就当掉了,⊙n⊙b汗。结果发现确实是权限的问题,ISAPI和FastCGI需要给php目录加的账户不一样,ISAPI增加php目录的NetWork Service账户就行了,但是FastCGI需要增加运行IIS工作组户IIS_WPG,给php目录增加IIS_WPG组权限就没出现这个错误了。
相关推荐
hedongli 2020-08-15
xcguoyu 2020-06-28
FCLAMP 2020-06-25
李维山 2020-06-21
jkzyx 2020-06-09
xcguoyu 2020-06-01
FCLAMP 2020-05-26
poplpsure 2020-04-22
fujuan000 2020-04-19
缘起宇轩阁 2020-04-07
王志龙 2020-03-07
Skyline 2020-02-21
zhaowj00 2020-02-21
dxyadc 2020-01-31
缘起宇轩阁 2019-12-28
FCLAMP 2020-01-06
登峰小蚁 2020-01-05
缘起宇轩阁 2019-12-29
代元培 2015-05-18