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