Help on apache error

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Sundar Narayanasamy
日付:  
題目: 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