您当前的位置: 首页 > 网站编程 > PHP教程 > Apache出现You don't have permission to access / on this server. 提示

Apache出现You don't have permission to access / on this server. 提示

作者:xiaoxiao 来源:未知 发布时间: 2013-10-12 10:07 点击:
今天在新的Linux上跑原来的代码,使用的虚拟主机的模式进行操作。几个相关的网站放在一个文件里,想法是通过网站列出的目录进行相应的网站进行操作。 一切设置完成后,在浏览器中运行出现在You don't have permission to access / on this server. 提示。查了一下apach

Apache出现You don't have permission to access / on this server. 提示

    今天在新的Linux上跑原来的代码,使用的虚拟主机的模式进行操作。几个相关的网站放在一个文件里,想法是通过网站列出的目录进行相应的网站进行操作。 一切设置完成后,在浏览器中运行出现在You don't have permission to access / on this server.  提示。查了一下apache手册找到问题所在处。这里定义了默认对网站根的访问权限。
  01 # Each directory to which Apache has access can be configured with respect
  02 # to which services and features are allowed and/or disabled in that
  03 # directory (and its subdirectories).
  04 #
  05 # First, we configure the "default" to be a very restrictive set of
  06 # features.
  07 #
  08 <Directory />
  09     Options FollowSymLinks
  10     AllowOverride None
  11     Order deny,allow
  12     Deny from all
  13 </Directory>
  这里改成
  把 Deny from all 中的 Deny 改成了Allow, 或者干脆去掉 Deny from all,即可
  问题解决

分享到:
本文"Apache出现You don't have permission to access / on this server. 提示"由远航站长收集整理而来,仅供大家学习与参考使用。更多网站制作教程尽在远航站长站。
顶一下
(2)
100%
踩一下
(0)
0%
[点击 次] [返回上一页] [打印]
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 密码: 验证码:
关于本站 - 联系我们 - 网站声明 - 友情连接- 网站地图 - 站点地图 - 返回顶部
Copyright © 2007-2013 www.yhzhan.com(远航站长). All Rights Reserved .
远航站长:为中小站长提供最佳的学习与交流平台,提供网页制作与网站编程等各类网站制作教程.
官方QQ:445490277 网站群:26680406 网站备案号:豫ICP备07500620号-4