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