httpd directory pblm

Steven Stern subscribed-lists at sterndata.com
Fri May 21 20:24:08 UTC 2004


On Fri, 21 May 2004 16:10:16 -0400 (EDT), "William Hooper"
<whooperhsd3 at earthlink.net> wrote:

>
>You might want to check and see if webalizer adds
>anything to /etc/httpd/conf.d/
>

THANKS.

You nailed it.  The install replaced conf.d/webalizer.conf. It  had two
problems:

1. It put the usage files in /var/www/usage, not /var/www/html/usage and

2. It had an allow/deny stanza of its own.

I changed the alias line to map with the existing structure and
/etc/webalizer.conf file and added the allow for systems on the local network.

/etc/httpd/conf.d/webalizer.conf

Alias /usage /var/www/html/usage
 
<Location /usage>
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    Allow from 192.168.123
    Allow from ::1
    # Allow from .example.com
</Location>

--
   Steve
   





More information about the fedora-list mailing list