]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blobdiff - apache-mod_clamav.conf
Release 8 (by relup.sh)
[packages/apache-mod_clamav.git] / apache-mod_clamav.conf
index 0c405693f9bd36371157599a172f0ff80614abd1..f39c3c471d1c697e035021ab209f6bb88e4aaff1 100644 (file)
@@ -18,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 
@@ -191,3 +190,4 @@ LoadModule clamav_module    lib/apache/mod_clamav.so
 # is downloaded and checked for viruses. If nothing is found, the rest of 
 # the file is downloaded without checking. 
 
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.09842 seconds and 4 git commands to generate.