f7a09a
#
f7a09a
# This configuration file maps the mrtg output (generated daily)
f7a09a
# into the URL space.  By default these results are only accessible
f7a09a
# from the local host.
f7a09a
# 
f7a09a
Alias /mrtg /var/www/mrtg
f7a09a
f7a09a
<Location /mrtg>
f7a09a
    Require local
f7a09a
    # Require ip 10.1.2.3
f7a09a
    # Require host example.org
f7a09a
</Location>