Webalizer

Benjamin J. Weiss benjamin at weiss.name
Mon May 24 15:02:50 UTC 2004


From: "Tom Klem" <thewiz at lvcablemodem.com>
> I think another poster had mentioned to change the owner to apache, and
leave the user root, or vice versa, that seems to work here.
>

The "supported" way to get webalizer working is simple:

1) $ su -
2) # vi /etc/httpd/conf.d/webalizer.conf
3) Change your file to look like:

Alias /usage /var/www/usage

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


4) # service httpd restart

end of story.





More information about the redhat-list mailing list