IIS+PHP4出现异常

WBOY
发布: 2016-06-13 13:35:58
原创
921 人浏览过

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即可。

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!