admin 管理员组文章数量: 887039
2024年1月17日发(作者:输出小写字母的ascii码)
IIS+PHP错误FASTCGI Error错误总结Windows效劳器操作系统 电脑资料
下面我来给各位一在iis+php中使用FASTCGI加速php常见的一些FASTCGI Error错误总结,希望本文章对你会有所帮助,
--------------------------------------------------------------------------------
Error Details:
Unable to place a FastCGI process in a JobObject. Try
disable the Application Pool CPU Limit feature
//无法放置在JobObject FastCGI进程。尝试禁用应用程序池的CPU监视功能
Error Number: 5 (0x80070005).
Error Description: ?ü??·??ê?£
Error 500 - Server Error.
Inter Information Services (IIS)
根据上面的出错提示找到了原因,原来我在应用程序池中启用了CPU监视,FASTCGI模式不支持CPU监视,禁用CPU监视后就正常了。
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: ?′???¨μ?′í?ó
Error 500 - Server Error.
Inter 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
Error 500 - Server Error.
Inter Information Services (IIS)
在网上找了一大堆资料和在国外论坛详细查询了下,一直没有找到解决方法,
无奈之下,发现是可以直接运行程序,双击运行一下,发现提示缺少,运行不成功,直接下载文件放到
C:/Windows/System/System32
C:/Windows/System
C:/Windows
版权声明:本文标题:IIS+PHP错误FASTCGIError错误总结Windows服务器操作系统电脑资料 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/free/1705461274h485682.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论