[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: httpd directory pblm



Steven Stern said:
> This was all working with FC1.
>
> Webalizer puts its files in /var/www/html/usage
>
> When I try to access that file under FC2, I get a 403-Forbidden error. The
> log
> shows
>
> [error] [client 192.168.123.169] client denied by server configuration:

                  ^^^^^^^^^^^^^^^^

> This is in httpd.conf:
>
> <Directory "/var/www/html/usage">
>   Order deny,allow
>   Allow from 192.168.123
>   Allow from 127.0.0.1
>   Deny from All
    ^^^^^^^^^^^^^

You've denied yourself.  You might want to check and see if webalizer adds
anything to /etc/httpd/conf.d/

-- 
William Hooper



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]