Update mrtg-httpd.conf to work with httpd 2.4

This commit is contained in:
Vitezslav Crhonek 2012-10-31 14:28:53 +01:00
parent fa093cdb97
commit 6ef5b9a229
2 changed files with 8 additions and 6 deletions

View File

@ -6,9 +6,7 @@
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
Require local
# Require ip 10.1.2.3
# Require host example.org
</Location>

View File

@ -6,7 +6,7 @@
Summary: Multi Router Traffic Grapher
Name: mrtg
Version: 2.17.4
Release: 4%{?dist}
Release: 5%{?dist}
URL: http://oss.oetiker.ch/mrtg/
Source0: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz
Source1: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz.md5
@ -130,6 +130,10 @@ fi
%{_unitdir}/mrtg.timer
%changelog
* Wed Oct 31 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-5
- Update mrtg-httpd.conf to work with httpd 2.4
Resolves: #871434
* Wed Aug 22 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-4
- Use new systemd-rpm macros
Resolves: #850215