我在 apache 2.2 中使用此虚拟主机目录出现 403 禁止错误。有人可以帮忙吗?
<VirtualHost *:80>
ServerName www.xyz.com
ServerAlias xyz.com
DocumentRoot "/home/bruce/projects/links/www"
<Directory />
AllowOverride None
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
DirectoryIndex index.html index.htm index.jsp index.php
</VirtualHost>
谢谢!
日志中的编辑错误是
(13)Permission denied: access to / denied