Help on apache error

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Sundar Narayanasamy
Date:  
Subject: Help on apache error
Hello,


I am getting the following error when I try to access a symlink on my Apche web server

[error] [client 192.168.0.83] client denied by server configuration: /var/www/html/doc

doc is the symlink to a doc folder under /usr/share

'doc' folder is owned by apache:apache and the permissions are all right.

Following is the <Directory> entry in httpd.conf

<Directory "/var/www/html">
Options Indexes Includes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

The problem is only with the symlink park. Any help?

Sundar