Webalizer Configuration Question

Wendy L. Murray wendy.murray at nianet.org
Mon Jul 2 20:26:54 UTC 2007


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>

 

 

 




More information about the redhat-list mailing list