我查看了遇到类似问题的人提出的问题,但这些解决方案都没有解决我的问题。我编辑了 my000-default.conf
和 mydefault-ssl.conf
文件中的文档根目录,并将其路径从 更改/var/www/html
为我想要的路径。我还在这两个文件以及 'apache2.conf' 文件中包含了目录标签。我在下面列出了每个文件的相关部分(在我看来)。我使用的是 Ubuntu 14.04 和 Apache 2.4.7
apache2.conf
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory /usr/share>
AllowOverride None
Require all granted
</Directory>
<Directory /home/conor/Documents/SPUR/loginRegister/style>
Order allow,deny
Allow from all
Require all granted
</Directory>
#<Directory /srv/>
# Options Indexes FollowSymLinks
# AllowOverride None
# Require all granted
#</Directory>
000-默认.conf
DocumentRoot /home/conor/Documents/SPUR/loginRegister/style
<Directory /home/conor/Documents/SPUR/loginRegister/style>
Order allow,deny
Allow from all
Require all granted
</Directory>
默认 SSL 配置文件
DocumentRoot /home/conor/Documents/SPUR/loginRegister/style
<Directory /home/conor/Documents/SPUR/loginRegister/style>
Order allow,deny
Allow from all
Require all granted
</Directory>
我确保重新启动服务器并重新加载本地主机页面,但总是出现此错误。
您无权访问此服务器上的/。