SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
SquidClamav
Prerequisites
- ClamAV
- libcurl
yum install curl-devel
Installation
cd /extra/src/
wget http://sourceforge.net/projects/squidclamav/files/squidclamav/5.3/squidclamav-5.3.tar.gz/download
tar zxf squidclamav-5.3.tar.gz
cd squidclamav-5.3cd squidclamav-5.x/
./configure
make && make installSquidClamav configuration
Edit the configuration file,/etc/squidclamav.conf
and change a few of the default options:logfile /usr/local/squid/var/logs/squidclamav.log
clamd_local /tmp/clamd.socket
- Log in to post comments