diff options
| -rw-r--r-- | webalizer-httpd.conf | 7 | ||||
| -rw-r--r-- | 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@redhat.com> - 2.23_05-6 +- fix config for 2.4 (#871494) + * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.23_05-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
