首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

IIS+PHP4出现异常

2012-04-22 
IIS+PHP4出现错误页面提示如下:SecurityAlert!ThePHPCGIcannotbeaccesseddirectly.ThisPHPCGIbinarywascom

IIS+PHP4出现错误
页面提示如下:  

  

Security Alert! The PHP CGI cannot be accessed directly.  

This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.  

  

For more information as to why this behaviour exists, see the manual page for CGI security.  

  

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.  


[解决办法]
IIS不支持CGI方式。
[解决办法]

php.ini
fastcgi.impersonate = 1
[解决办法]
在php.ini加入force_redirect=0

[解决办法]
下载个php for windows的安装文件.msi,直接安装--选择fastCGI for iis方式。如果你的iis没有自带的fastCGI,需要去php安装包提示的网址下载个补丁先打上,再安装php即可。

热点排行