I am trying to get squidguard to work on RH 7.1 box. I got the
BerkeleyDB 2.7.7, SquidGuard 1.1.4, and Squid 2.3.STABLE-4.10.
Everything seemingly went in fine. I created a directory
/usr/local/squidGuard, and made other directories there named "log",
"db", and "blacklist". I chown to "squid:squid" recursively thru
/usr/local/squidGuard, and chmod recursively to 640. I added the line
"redirect_program /usr/local/bin/squidGuard -c /etc/squidguard.conf"
to squid.conf. Here is my squidguard.conf:
+++++++++++++++++++++++
logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db
dest porn {
domainlist porn/domains
urllist porn/urls
}
acl {
default {
pass !porn all
redirect http://www.squidguard.org
}
}
+++++++++++++++
Nothing get redirected, and nothing shows in squidguard.log. I can't
tell what's going wrong. Can someone help me out?
--
Tom