开发者社区> 问答> 正文

The FastCGI Handler was unable to process the request

DZ3.2 经常会出现下面错误情况是什么原因?
谢谢!
windows server 2008 r2 x64 IIS7.5

服务不可用。
FastCGI Error
The FastCGI Handler was unable to process the request.

Error Details:

    The FastCGI process has failed frequently recently. Try the request again in a while
    Error Number: -2147467259 (0x80004005).
    Error Description: δָ¶¨µÄ´íÎó

HTTP Error 500 - Server Error.
Internet Information Services (IIS)

展开
收起
月亮水 2015-12-06 10:53:49 13552 0
3 条回答
写回答
取消 提交回答
  • ReThe FastCGI Handler was unable to process the request
    转载  一个帖子的内容如下,供楼主参考:

    错误提示: FastCGI Error The FastCGI Handler was unable to process the request. //FastC GI处理程序无法处理的请求 -------------------------------------------------------------------------------- Error Details: The FastCGI process has failed
    错误提示:
    FastCGI Error
    The FastCGI Handler was unable to process the request. //FastC GI处理程序无法处理的请求
    --------------------------------------------------------------------------------
    Error Details:
    •The FastCGI process has failed frequently recently. Try the request again in a while
    //FastC GI处理最近经常失败。稍后再试一下
    •Error Number: -2147467259 (0x80004005).
    •Error Description: δָ¶¨µÄ´íÎó
    HTTP Error 500 - Server Error.
    Internet Information Services (IIS)



    解决思路及办法:
    1、检查及优化php.ini配置文件:
    搜索: register_globals = Off (约第705行)
        将Off更改为 On,该行的注释符,即前面的分号”;”去掉,使该行在php.ini文档中起作用,即得到 register_globals = On ;
        注:这个对于PHP的全局变量功能,考虑有很多PHP程序需要全局变量功能所以打开,打开后请注意PHP程序的严谨性,如果不需要全局变量功能,或者出错,请保持默认Off状态。 

    2、优化FastCGI文件:
    修改maxInstances值的大小
    [Types]
    php = PHP
    [PHP]
    ExePath=D:\host\php_5.2.17\php-cgi.exe
    InstanceMaxRequests=10000
    maxInstances=300
    EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
    RequestTimeout=500
    ActivityTimeout=900

    3、优化IIS应用程序池配置

    设置内存,最大使用的内存,我设置的值是2048M
    2015-12-06 22:01:24
    赞同 展开评论 打赏
  • ReThe FastCGI Handler was unable to process the request
    引用第1楼西秦于2015-12-06 10:58发表的  :
    传送的请求有问题,FastCGI无法操作
    是不是用了什么插件? [url=http://bbs.aliyun.com/job.php?action=topost&tid=266835&pid=739130][/url]

    插件指DZ下面的插件还是服务器上的插件?

    -------------------------

    Re回 2楼月亮水的帖子
    引用第3楼西秦于2015-12-06 11:11发表的 回 2楼(月亮水) 的帖子 :
    DZ [url=http://bbs.aliyun.com/job.php?action=topost&tid=266835&pid=739147][/url]

    只装了几个DZ本身几个必要的插件

    -------------------------

    Re回 5楼月亮水的帖子
    引用第6楼西秦于2015-12-07 13:44发表的 回 5楼(月亮水) 的帖子 :
    是打开首页就报错还是指定页面? [url=http://bbs.aliyun.com/job.php?action=topost&tid=266835&pid=739581][/url]

    DZ任何页面都会报这个错

    -------------------------

    Re回 5楼月亮水的帖子
    引用第6楼西秦于2015-12-07 13:44发表的 回 5楼(月亮水) 的帖子 :
    是打开首页就报错还是指定页面? [url=http://bbs.aliyun.com/job.php?action=topost&tid=266835&pid=739581][/url]

    mysqld.exe点用CPU很高,但别的网站PHP网站正常,只有这个DZ网站会报这样的错误,麻烦帮忙解答下,谢谢
    2015-12-06 11:10:21
    赞同 展开评论 打赏
  • 码农|Coder| Pythonista
    传送的请求有问题,FastCGI无法操作
    是不是用了什么插件?

    -------------------------

    回 2楼(月亮水) 的帖子
    DZ

    -------------------------

    回 5楼(月亮水) 的帖子
    是打开首页就报错还是指定页面?
    2015-12-06 10:58:29
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
An Asynchronous Parameter Serv 立即下载
Glint:An Asynchronous Parameter Server for Spark 立即下载
低代码开发师(初级)实战教程 立即下载