]> git.pld-linux.org Git - packages/apache-mod_clamav.git/commitdiff
- migrate to apache 2.4 auto/th/apache-mod_clamav-0.23-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 19 May 2013 16:29:14 +0000 (18:29 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 19 May 2013 16:29:14 +0000 (18:29 +0200)
- rel 1

apache-mod_clamav.conf
apache-mod_clamav.spec

index c15af2c601b0413f79c2d9c50a41ee6cdbd06f07..f39c3c471d1c697e035021ab209f6bb88e4aaff1 100644 (file)
@@ -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 
index fb55f80289b92999b2d19c0090381e5589365b7f..e111d675a9da47c48efbb8dbbe30a8f8080649f2 100644 (file)
@@ -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
This page took 0.070286 seconds and 4 git commands to generate.