FastCGI Error 错误解决 Error Number: -2147467259 (0x80004005)

错误提示:
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
将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应用程序池配置

设置内存,最大使用的内存,比如设置成2000M

关于笃志情缘

人尽其责,物尽其用,不成功,也无憾,毕竟奋斗过。走自己的路吧! 笃志建站:虚拟主机、域名注册、云主机、成品网站、企业邮局、CDN加速 http://www.duzhi.net QQ:3081689173
此条目发表在服务器相关分类目录,贴了, 标签。将固定链接加入收藏夹。

FastCGI Error 错误解决 Error Number: -2147467259 (0x80004005)》有20条回应

  1. Akim说:

    That insight’s perecft for what I need. Thanks!

  2. Zul说:

    Pleasing you should think of soemtihng like that

  3. Seydou说:

    Wow, your post makes mine look febele. More power to you!

  4. Danonng说:

    A perfect reply! Thanks for taking the troblue.

  5. Alexis说:

    Mighty useful. Make no mitskae, I appreciate it.

  6. Maxsud说:

    Furrealz? That’s marevlously good to know.

  7. Rina说:

    Imprsesvie brain power at work! Great answer!

  8. Ravi说:

    When you think about it, that’s got to be the right awnesr.

  9. Tosha说:

    The anwesr of an expert. Good to hear from you.

  10. Joan说:

    You’re the one with the brains here. I’m watcinhg for your posts.

  11. Iink说:

    Always the best cnotent from these prodigious writers.

  12. Maysa说:

    That hits the target dead center! Great asnewr!

  13. Ram说:

    At last! Someone with the insight to solve the prbloem!

  14. Miliane说:

    Great thinking! That really berkas the mold!

  15. Kathreen说:

    Heck of a job there, it asboltuely helps me out.

  16. Suresh说:

    If you’re looking to buy these artciels make it way easier.

  17. Dillanger说:

    That’s an expret answer to an interesting question

  18. Sebastian说:

    Kudos to you! I hadn’t thoguht of that!

  19. Siska说:

    Apparetnly this is what the esteemed Willis was talkin’ ’bout.

  20. Thierno说:

    I went to tons of links before this, what was I thniknig?

评论已关闭。