Apache 2.4.27外网访问403(Forbidden)错误

Posted Li Essay

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache 2.4.27外网访问403(Forbidden)错误相关的知识,希望对你有一定的参考价值。

httpd.conf

<Directory />
AllowOverride none
#Require all denied 注释这句
Allow from all
Require all granted
</Directory>

 

<Directory "${INSTALL_DIR}/www/">

#Require local 注释这句
Require all granted  增加这句

 

httpd-vhosts.conf

<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
#Require local        注释这句
Require all granted 增加这句
</Directory>












以上是关于Apache 2.4.27外网访问403(Forbidden)错误的主要内容,如果未能解决你的问题,请参考以下文章

phpstudy 的站点域名管理怎么改了后 就访问不了了 报403 禁止访问

WampServer 2.5设置外网访问/局域网手机访问(403 Forbidden错误解决方法)

apache设置虚拟主机访问403禁止访问,为啥?

Apache 尝试访问服务器上的“/”时出现 403 错误

Apache - 403错误

Linux中访问Apache报403错误处理方法