 |
squidclamav-6.2-config.patch |
|
diff -Nru squidclamav-6.2.orig//etc/squidclamav.conf squidclamav-6.2/etc/squidclamav.conf
--- squidclamav-6.2.orig//etc/squidclamav.conf 2011-02-27 11:32:12.000000000 +0100
+++ squidclamav-6.2/etc/squidclamav.conf 2011-04-27 17:17:53.337908764 +0200
@@ -14,15 +14,15 @@
maxsize 5000000
# When a virus is found then redirect the user to this URL
-redirect http://proxy.domain.dom/cgi-bin/clwarn.cgi
+redirect http://localhost/cgi-bin/squidclamav/clwarn.cgi
# Path to the squiGuard binary if you want URL filtering
-#squidguard /usr/local/squidGuard/bin/squidGuard
+#squidguard /usr/bin/squidGuard
# Path to the clamd socket, use clamd_local if you use Unix socket or if clamd
# is listening on an Inet socket, comment clamd_local and set the clamd_ip and
# clamd_port to the corresponding value.
-clamd_local /tmp/clamd
+clamd_local /var/run/clamav/clamd.socket
#clamd_ip 192.168.1.5,127.0.0.1
#clamd_port 3310
|
|
|