Windows2003 + FastCgi + PHP5.4 + IIS6 小错误
作者:王勋 日期:2012-05-30
今天在Windwos2003服务器上安装Fastcgi+PHP的时候出现了以前没见过的错误
做下记录及解决方法:
错误如下:
FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
The FastCGI process exited unexpectedly
Error Number: -2147467259 (0x80004005).
Error Description: 未指定的错误
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
1: php.ini里指向的目录extension_dir = "D:/PHP/ext"我写成了 extension_dir = "D:\PHP\ext" 不知道会不会是这个原因
2: extension=php_zip.dll我打开了,但是D:\PHP\ext目录里没有这个文件,打开phpinfo()弹出警告窗口 PHP Startup
解决后测试正常
做下记录及解决方法:
错误如下:
FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
The FastCGI process exited unexpectedly
Error Number: -2147467259 (0x80004005).
Error Description: 未指定的错误
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
1: php.ini里指向的目录extension_dir = "D:/PHP/ext"我写成了 extension_dir = "D:\PHP\ext" 不知道会不会是这个原因
2: extension=php_zip.dll我打开了,但是D:\PHP\ext目录里没有这个文件,打开phpinfo()弹出警告窗口 PHP Startup
解决后测试正常
评论: 0 | 引用: 0 | 查看次数: 2978
发表评论
你没有权限发表评论!