2006/10/13, Joshua Slive <[EMAIL PROTECTED]>:
If you need that, then you likely have another <location> block
somewhere that is denying access.  You might want to check into that.

yes, you're right. I forgot to check the file

/etc/apache2/sites-enabled/000-default

there I've found the following definition:

   Alias /doc/ "/usr/share/doc/"
   <Directory "/usr/share/doc/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order deny,allow
       Deny from all
       Allow from 127.0.0.0/255.0.0.0 ::1/128
   </Directory>


Editing the above solved my problem.

Sorry if I let you waste your time on a silly thing

Thanks,

--
TREMALNAIK

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to