我能够到达http://myip,它将我重定向到apache页面。
但是当试图访问var / www / html / dashboard时,被禁止的此问题没有权限。
我的httpd.conf如下:
<Directory />
Options Indexes FollowSymLinks
AllowOverride none
Require all granted
</Directory>
DocumentRoot "/var/www/html"
<Directory "/var/www">
AllowOverride All
# Allow open access:
Require all granted
</Directory>
# Further relax access to the default document root:
<Directory "/var/www/html">
我已经禁用了SELinux:
SELINUX=disabled
我也尝试过:
sudo restorecon -r /var/www/html
没有任何帮助我解决问题的方法,有人可以帮助我吗?
答案 0 :(得分:0)
<Directory "/var/www/html/dashboard"> Options Indexes FollowSymLinks </Directory>
namei -l /var/www/html/dashboard