HTTP500错误:FastCGI Error:The FastCGI Handler was unable to process the request.

IE——internet选项——高级——“显示友好的HTTP错误信息”  前面的勾取消

1.IIS环境问题,具体错误信息:

FastCGI Error
    The FastCGI Handler was unable to process the request.
    --------------------------------------------------------------------------------
    Error Details:
    Error Number: 14001 (0x800736b1).
    Error Description: 由于应用程序配置不正确,应用程序未能启动。重新安装应用程序可能会纠正这个问题。
    HTTP Error 500 - Server Error.
    Internet Information Services (IIS)

2.没有安装VC9运行库即VISUAL C++ 2008,安装下,然后重启IIS。

3.如果还出现这个提示,看看是否装了网站安全狗,关闭防护或者卸载安全狗。

时间: 2024-10-24 18:15:37

HTTP500错误:FastCGI Error:The FastCGI Handler was unable to process the request.的相关文章

错误信息: The server cannot or will not process the request due to something that is perceived to be a client error

错误原因:在提交的表单中有 data 类型的数据. 嗯!我知道,去吧! 原文地址:https://www.cnblogs.com/chaoqi/p/10727278.html

FastCGI Error Number: 258 (0×80070102) 等待的操作过时解决办法

如果服务器正常,本错误往往发生在提交一个很大的字符串时发生.原因就是在处理如此“巨大”的字符串提交请求时,服务器处理超时了.可以通过设置fcgiext.ini里面的超时配置和php.ini里的超时配置来解决.当然,根据个人对服务器设置的不同,可能还需要修改更多配置信息.比如允许一次性提交多少数据. FastCGI ErrorThe FastCGI Handler was unable to process the request.——————————————————————————–Error

IIS 错误:无法在<fastCGI>应用程序配置中找到<handler> scriptProcessor

FastCGI <fastCgi> OverviewCompatibilitySetupHow ToConfigurationSample Code Overview The <fastCgi> element contains a collection of <application> elements, each of which creates a FastCGI application pool definition. Internet Information

错误 1 error LNK2019: 无法解析的外部符号 __imp__pthread_create,该符号在函数 _main 中被引用 解决方法

晚上花几分钟在windows下测了下pthread的用法,出现错误 1 error LNK2019: 无法解析的外部符号 __imp__pthread_create,该符号在函数 _main 中被引用 经网上搜,反正都没解决,其中一个说引入#pragma comment(lib, "pthreadVC2.lib")后解决,但笔者遇到的不是这个原因,而是版本问题.可参考http://www.cnblogs.com/zhjh256/p/6364777.html解决.

fastload错误 — RDBMS error 2634

我们来看一下下面这条语句: BEGIN LOADING stu_flERRORFILES error_1, error_2; 如果此时已经存在error_1或error_2表,那么将会报错,信息如下: 0008 BEGIN LOADING stu_fl ERRORFILES error_1, error_2; **** 07:41:08 Number of FastLoad sessions requested = 4 **** 07:41:08 Number of FastLoad sessi

软件测试作业2 — 软件测试中的错误Failure, Error, Fault的区别

软件测试中的错误Failure, Error, Fault的区别: Failure: External, incorrect behavior with respect to the requirements or other description of the expected behavior(预期行为出错或与其他的外部行为描述不符).指软件在运行时出现的功能的丧失,类似于看病时病人发病的症状. Fault: A static defect in the software(软件中的静态缺陷

由HTTP500错误引出的问题案例

************************************************************* 案例一:资源引起的问题(实验虚拟机) ************************************************************* WAS集群练习遇到的小问题: WAS集群练习,遇到的HTTP500错误,如下图所示: http500定位到资源问题,实验环境为虚拟机划分的资源较少.于是扩大was集群服务器的内存由1G变为2G,重启服务器,登陆应用

[android错误] Installation error: INSTALL_FAILED_VERSION_DOWNGRA

错误表现: [2014-06-27 18:19:51 - XXX] Installing XXXX.apk... [2014-06-27 18:20:00 - XXX] Installation error: INSTALL_FAILED_VERSION_DOWNGRADE [2014-06-27 18:20:00 - XXX] Please check logcat output for more details. [2014-06-27 18:20:01 - XXX] Launch canc

mysql-python 安装错误 fatal error C1083: Cannot open include file: &#39;config-win.h&#39;: No such file or directory

安装mysql-python之前, 请先安装setuptools. https://pypi.python.org/pypi/setuptools/7.0 下载mysql-python. 下载源码包. https://pypi.python.org/pypi/MySQL-python/1.2.5 解压后执行 python setup.py install 提示错误: fatal error C1083: Cannot open include file: 'config-win.h': No s