[webalizer] fix config for 2.4 (#871494)

jorton jorton at fedoraproject.org
Fri Jan 4 14:55:54 UTC 2013


commit b2f08d730fa5dc900cee1edbfc66f58b172524ea
Author: Joe Orton <jorton at redhat.com>
Date:   Fri Jan 4 14:55:49 2013 +0000

    fix config for 2.4 (#871494)
    
    Resolves: rhbz#871494

 webalizer-httpd.conf |    7 ++-----
 webalizer.spec       |    5 ++++-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/webalizer-httpd.conf b/webalizer-httpd.conf
index 556d95d..6a352b2 100644
--- a/webalizer-httpd.conf
+++ b/webalizer-httpd.conf
@@ -6,9 +6,6 @@
 Alias /usage /var/www/usage
 
 <Location /usage>
-    Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1
-    Allow from ::1
-    # Allow from .example.com
+   # Alternative e.g. "Require ip 192.168.10"
+   Require local
 </Location>
diff --git a/webalizer.spec b/webalizer.spec
index 00641aa..92ce378 100644
--- a/webalizer.spec
+++ b/webalizer.spec
@@ -11,7 +11,7 @@ Name: webalizer
 Summary: A flexible Web server log file analysis program
 Group: Applications/Internet
 Version: 2.23_05
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL: http://www.mrunix.net/webalizer/
 License: GPLv2+
 Source0: ftp://ftp.mrunix.net/pub/webalizer/%{name}-%{ver}-%{patchlevel}-src.tgz
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(-, webalizer, root) %{_localstatedir}/www/usage/*.png
 
 %changelog
+* Fri Jan  4 2013 Joe Orton <jorton at redhat.com> - 2.23_05-6
+- fix config for 2.4 (#871494)
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.23_05-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list