热搜词
发表于 2011-12-20 02:18:59 | 显示全部楼层 |阅读模式
配置了windows 2003+IIS6+PHP5.2.17,用的是fastcgi的方式,但出现以下错误。

错误提示一:
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之后,没有对IIS启动帐户赋予该目录的读取和运行权限.修改文件夹安全属性,问题解决.


错误提示二:
FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
The FastCGI process exceeded configured activity timeout
Error Number: 258 (0x80070102).
Error Description: ????????×÷???±??
HTTP Error 500 - Server Error.
Internet Information Services (IIS)

解决方法:
如果服务器正常,本错误往往发生在提交一个很大的字符串时发生。原因就是在处理如此“巨大”的字符串提交请求时,服务器处理超时了。可以通过设置fcgiext.ini里面的超时配置和php.ini里的超时配置来解决。

具体操作如下,打开C:\WINDOWS\system32\inetsrv\fcgiext.ini,添加或修改以下内容
[Types]
php=PHP
[PHP]
ExePath=C:\PHP\php-cgi.exe
InstanceMaxRequests=10000
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
RequestTimeout=500
ActivityTimeout=900

错误提示三:
FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
•The FastCGI pool queue is full
•Error Number: 4 (0x80070004).
•Error Description: The system cannot open the file.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)

解决方法:
按这上面的提示,是说你的FastCGI 队列已经满了。
然后系统无法打开文件。

全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-12-25 01:41 , Processed in 0.171602 second(s), 22 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team