apache error-Forbidden您无权访问此服务器上的/

时间:2018-09-26 14:46:02

标签: linux apache centos

我已经尝试过找到该问题的所有答案,但没有一个可以解决此错误。我正在尝试使用apache简单地处理文件列表。我的/etc/httpd/conf/httpd.conf有

LoadModule userdir_module modules/mod_userdir.so

DocumentRoot "/home/<user>/public_html"

<Directory />
    Options FollowSymLinks Indexes
    AllowOverride All
    Require all granted
    Allow from all
</Directory>

<IfModule mod_userdir.c>
    UserDir public_html
</IfModule>

/ home / [用户] / public_html是/ home / [用户] / [文件到服务器的文件夹]的符号链接

当我转到“ http://[my IP地址”时,我得到了禁止的错误。如果我转到127.0.0.1,我得到了失败的连接错误。

0 个答案:

没有答案