zoukankan      html  css  js  c++  java
  • 解决FastCGI Error Error Number: 2147467259 (0x80004005). 和 Error Number: 1073741819 (0xc0000005).

    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)

    FastCGI Error

    The FastCGI Handler was unable to process the request.

    Error Details:

    • The FastCGI process exited unexpectedly
    • Error Number: -1073741819 (0xc0000005).
    • Error Description: Unknown Error

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

    在网上找了一大堆资料和在国外论坛详细查询了下,一直没有找到解决办法。php.ini也不知道被我修改了多少次了,也不见效果。

    无奈之下,发现php-cgi.exe是可以直接运行程序,双击运行一下,发现提示缺少msvcr71.dll,运行不成功,直接下载msvcr71.dll文件放到

    C:/Windows/System/System32
    C:/Windows/System
    C:/Windows

    下面,问题马上解决了,后台不报错了。

    虽然不知道原理 ,但也把自己经历写下,希望有同样错误的朋友能够根据看到,并解决这个问题。

  • 相关阅读:
    shell---telnet shell实现
    设计模式-建造者模式
    关于Http2
    转载Resharper使用
    设计模式-原型模式
    设计模式-代理模式
    设计模式-装饰器模式
    设计模式-简单工厂和策略模式
    C#直接发送打印机命令到打印机及ZPL常用打印命令
    C#打印机操作类
  • 原文地址:https://www.cnblogs.com/ycsfwhh/p/2616876.html
Copyright © 2011-2022 走看看