Click to See Complete Forum and Search --> : Apache problems


jon787
09-20-2002, 09:31 PM
Okay I put the following junk in my httpd.conf file:

Alias /server-logs /var/log/apache
<Location /server-logs>
Order deny,allow
Deny from all
Allow from localhost
</Location>

Yet all I get is a 403 forbidden message. I know it isn't really forbidden because I normal symbolic link from my DocumentRoot allows me to go there. Any ideas on how to allow access to the log file directory on the loopback addy?