PHP 5.3和PHP 5.4出现FastCGI Error解决方法
程序员文章站
2022-08-29 10:00:53
不少童鞋在配置完php 5.3或者php 5.4网站源码后打开出错,提示
复制代码 代码如下:
fastcgi error
the fastcgi handler w...
不少童鞋在配置完php 5.3或者php 5.4网站源码后打开出错,提示
复制代码 代码如下:
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)
也有不少客户出现这个问题,其实很好解决,安装个visual c++ 2008 sp1 redistributable(x86)(2008)就可以解决了
介绍:
microsoft visual c++ 2008 sp1 redistributable package (x86)
visual c++ redistributable package 安装运行使用 visual studio 2008 生成的 c++ 应用程序所必需的运行时组件。
点击下载
点击下载
推荐阅读
-
PHP(FastCGI)在Nginx的alias下出现404错误的解决方法
-
PHP 出现乱码和Sessions验证问题的解决方法!
-
PHP 5.3和PHP 5.4出现FastCGI Error解决方法
-
php5.3提示Function ereg() is deprecated Error问题解决方法
-
使用MySql和php出现中文乱码的解决方法_MySQL
-
php5.3提示Function ereg() is deprecated Error问题解决方法,eregdeprecated_PHP教程
-
php程序调用时间出现的时间和日期和当时的时间不相符合DE解决方法
-
php5.3配合IIS使用FastCGI出现的有关问题,百度google均无解 T_T 大能
-
PHP 5.3和PHP 5.4出现FastCGI Error解决方法,5.4fastcgi_PHP教程
-
php中文乱码问题和MySql出现中文乱码的解决方法