  | | | Webalizer Configuration Question | Webalizer Configuration Question 2007-07-02 - By Wendy L. Murray
Back How can I modify our webalizer configuration to be viewable to my local domain users through the url and not localhost?
Here's our current/default configuration:
#
# This configuration file maps the webalizer log analysis
# results (generated daily) into the URL space. By default
# these results are only accessible from the local host.
#
Alias /usage /var/www/usage
<Location /usage>
Order allow,deny
# Deny from all
Allow from 127.0.0.1
Allow from ::1
Allow from .nianet.org
</Location>
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
|
|
 |