CGI-PHP 错误和重定向问题 WordPress MU
我在 http://www.optimalthinking.com/community/wp 安装了 wordpress Mu -admin/install.php
但是当我访问 http://www.optimalthinking.com/community /
我明白了
安全警报! PHP CGI 不能 直接访问。
这个 PHP CGI 二进制文件是用 强制 cgi 重定向已启用。 这意味着 仅在以下情况下才会提供页面 REDIRECT_STATUS CGI 变量是 设置,例如通过 Apache Action 指令。
有关原因的更多信息 行为存在,请参阅手册页 用于 CGI 安全。
有关更改的更多信息 此行为或重新启用此 网络服务器,请参阅安装 该发行版附带的文件, 或访问手册页。
谁能告诉我问题是什么以及如何解决它。
到目前为止我尝试过的事情:
- 重新安装 WPMU
- http://mu.wordpress.org/forums/ topic/5529
- http://trac.mu.wordpress.org/ticket/502尝试
- 更改 .htaccess
所有这些事情都没有产生任何结果。 如果 stackoverflow 允许的话,我会奖励任何能解决这个问题的人。
谢谢
I installed wordpress Mu at http://www.optimalthinking.com/community/wp-admin/install.php
But when I visit http://www.optimalthinking.com/community/
I get
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.
Can anyone tell me what's the problem and how it can be fixed.
Things I have tried so far:
- Reinstalled the WPMU
- http://mu.wordpress.org/forums/topic/5529
- http://trac.mu.wordpress.org/ticket/502
- Tried changing .htaccess
All these things didnt yield any results. If stackoverflow allows me, I would reward anybody who would fix this.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要修复 php.ini
添加/修复此行:
或者,在最新的 PHP 版本中:
感谢常见问题解答和 Google
You need to fix your php.ini
Add/fix this line:
or, in latest PHP versions:
Thanks to FAQTS and Google
在我看来,这与您的配置有关,由于某些原因,脚本尝试将用户重定向到私有的 cgi-bin 文件夹。
In my opinion it have something to do with your configuration, for some reasons script trying to redirect user to cgi-bin folder which is private.
来自 https://www.php.net/security.cgi-bin
干杯。
From https://www.php.net/security.cgi-bin
Cheers.