mrtg/mrtg-httpd.conf
cvsdist b2aa51b2df auto-import changelog data from mrtg-2.10.5-3.src.rpm
Tue Apr 20 2004 Joe Orton <jorton@redhat.com> 2.10.5-3
- Allow/Deny by address in conf.d/mrtg.conf (#113089)
2004-09-09 08:52:04 +00:00

15 lines
330 B
Plaintext

#
# 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>