Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 44ddce9d8bfbd66d0afeffc4c785ae85 > files > 7

mrtg-2.16.4-1.fc14.src.rpm

#
# This configuration file maps the mrtg output (generated daily)
# into the URL space.  By default these results are only accessible
# from the local host.
# 
Alias /mrtg /var/www/mrtg

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