拒绝访问 (配置虚拟主机)

晕...弄了一整天没搞定.

centos5 做了lamp apache2.4

配置虚拟主机如下:


<VirtualHost 192.168.2.44:80>
  DocumentRoot /usr/test
  ServerName www.zhaoyong.com
  ErrorLog logs/error_log
</VirtualHost>


测试时出现:
您无权查看该网页

看日志:
[Fri Dec 07 16:48:28 2007] [error] [client 192.168.2.98] client denied by server configuration: /usr/test/
[Fri Dec 07 16:48:28 2007] [error] [client 192.168.2.98] client denied by server configuration: /usr/test/favicon.ico

[root@zy ~]# ls -ld /usr/test/                                                                 drwxrwxrwx 2 nobody nobody 4096 12-07 16:34 /usr/test/