centos7 apache 虚拟目录 You don't have permission to access / on this server 解决方法
生活随笔
收集整理的這篇文章主要介紹了
centos7 apache 虚拟目录 You don't have permission to access / on this server 解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
修改httpd.conf
<IfModule>
?Alias /libs"/opt"
</IfModule>
<Directory "/opt">
#? ? Options Indexes FollowSymLinks MultiViews
#? ? AllowOverride all
#? ? Order Allow,Deny
#? ? Allow from all
? ? AllowOverrideNone
? ? optionsNone
? ? Requireall granted
</Directory>
問題一般都出在<Directory> 內,安上面設置就可以了
總結
以上是生活随笔為你收集整理的centos7 apache 虚拟目录 You don't have permission to access / on this server 解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 几款比较有名的刷流量软件
- 下一篇: TortoiseSVN安装和使用