Update mrtg-httpd.conf to work with httpd 2.4
This commit is contained in:
parent
fa093cdb97
commit
6ef5b9a229
@ -6,9 +6,7 @@
|
|||||||
Alias /mrtg /var/www/mrtg
|
Alias /mrtg /var/www/mrtg
|
||||||
|
|
||||||
<Location /mrtg>
|
<Location /mrtg>
|
||||||
Order deny,allow
|
Require local
|
||||||
Deny from all
|
# Require ip 10.1.2.3
|
||||||
Allow from 127.0.0.1
|
# Require host example.org
|
||||||
Allow from ::1
|
|
||||||
# Allow from .example.com
|
|
||||||
</Location>
|
</Location>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: Multi Router Traffic Grapher
|
Summary: Multi Router Traffic Grapher
|
||||||
Name: mrtg
|
Name: mrtg
|
||||||
Version: 2.17.4
|
Version: 2.17.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
URL: http://oss.oetiker.ch/mrtg/
|
URL: http://oss.oetiker.ch/mrtg/
|
||||||
Source0: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz
|
Source0: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz
|
||||||
Source1: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz.md5
|
Source1: http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz.md5
|
||||||
@ -130,6 +130,10 @@ fi
|
|||||||
%{_unitdir}/mrtg.timer
|
%{_unitdir}/mrtg.timer
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 22 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.17.4-4
|
||||||
- Use new systemd-rpm macros
|
- Use new systemd-rpm macros
|
||||||
Resolves: #850215
|
Resolves: #850215
|
||||||
|
Loading…
Reference in New Issue
Block a user