You don't have permission to access / on this server提示 求解决办法~

提示You don't have permission to access / on this server.。Apache定义了默认对网站根的访问权限。

复制代码
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories). 
#
# First, we configure the "default" to be a very restrictive set of 
# features.  
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all 
</Directory>
这里改成

<Directory />
    Options Indexes FollowSymLinks
    AllowOverride None
</Directory>
复制代码

我这里的问题依然没有解决

posted @ 2013-03-17 15:02  cococo点点  阅读(488)  评论(0)    收藏  举报
编辑推荐:
· 编码之道,道心破碎。
· 记一次 .NET 某发证机系统 崩溃分析
· 微服务架构学习与思考:SOA架构与微服务架构对比分析
· tomcat为什么假死了
· 聊一聊 Linux 上对函数进行 hook 的两种方式
阅读排行:
· 编码之道,道心破碎。
· 知名开源项目Alist被收购!惹程序员众怒,开团炮轰甲方
· 如何给 GitHub Copilot "洗脑”,让 AI 精准遵循指令产出高质量代码
· 历时半年,我将一个大型asp.net的零代码快速开发平台转成了java
· 突发,小红书开发者后门被破解?!
点击右上角即可分享
微信分享提示
^
关注