b2aa51b2df
Tue Apr 20 2004 Joe Orton <jorton@redhat.com> 2.10.5-3 - Allow/Deny by address in conf.d/mrtg.conf (#113089)
15 lines
330 B
Plaintext
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>
|