1591622f63
Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de> - update to 2.10.5 - to not set LD_RUN_PATH Sat Aug 02 2003 Joe Orton <jorton@redhat.com> 2.9.29-5 - rebuild Fri Aug 01 2003 Joe Orton <jorton@redhat.com> 2.9.29-4.ent - move default output directory to /var/www/mrtg Mon Jun 09 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-4 - disable use of RPM's internal dependency generator so that we can filter out requirements of the contrib scripts included in the docs directory Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com> - add explicit epoch's where needed. Tue May 06 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-2 - rebuild Wed Apr 30 2003 Nalin Dahyabhai <nalin@redhat.com> 2.9.28-1 - update to 2.9.29
14 lines
311 B
Plaintext
14 lines
311 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 localhost
|
|
# Allow from .example.com
|
|
</Location>
|