[packages/apache-mod_clamav] - migrate to apache 2.4 - rel 1
baggins
baggins at pld-linux.org
Sun May 19 18:29:32 CEST 2013
commit 71357e66e3a826008f48379a7679caf7509827eb
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun May 19 18:29:14 2013 +0200
- migrate to apache 2.4
- rel 1
apache-mod_clamav.conf | 6 ++----
apache-mod_clamav.spec | 4 ++--
2 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/apache-mod_clamav.spec b/apache-mod_clamav.spec
index fb55f80..e111d67 100644
--- a/apache-mod_clamav.spec
+++ b/apache-mod_clamav.spec
@@ -1,10 +1,10 @@
-%define apxs /usr/sbin/apxs
+%define apxs /usr/sbin/apxs
%define mod_name clamav
Summary: An Apache virus scanning filter
Summary(pl.UTF-8): Filtr skanera antywirusowego dla Apache'a
Name: apache-mod_%{mod_name}
Version: 0.23
-Release: 0.1
+Release: 1
License: GPL
Group: Networking/Daemons/HTTP
Source0: http://software.othello.ch/mod_clamav/mod_%{mod_name}-%{version}.tar.gz
diff --git a/apache-mod_clamav.conf b/apache-mod_clamav.conf
index c15af2c..f39c3c4 100644
--- a/apache-mod_clamav.conf
+++ b/apache-mod_clamav.conf
@@ -1,4 +1,3 @@
-# $Id$
LoadModule clamav_module lib/apache/mod_clamav.so
#
@@ -19,9 +18,8 @@ LoadModule clamav_module lib/apache/mod_clamav.so
#
# <Location /clamav>
# SetHandler clamav
-# Order deny,allow
-# Deny from all
-# Allow from 127.0.0.1
+# Require all denied
+# Require local
# </Location>
#
# Please note that not restricting access to this location may reveal
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_clamav.git/commitdiff/71357e66e3a826008f48379a7679caf7509827eb
More information about the pld-cvs-commit
mailing list