0

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
4

2 に答える 2