Greetings,
I've installed squidguard 1.2.0 with Berkeley DB 4.1.25 for squid
2.5.STABLE9 and can't seem to get a basic config to work. My
squidGuard.conf file couldn't be simpler:
dbhome /var/lib/squidguard/db
logdir /var/log/squid
dest custom {
log custom
domainlist custom/domains
urllist custom/urls
}
acl {
default {
pass !custom all
}
}
...yet I find that domains in my
/var/lib/squidguard/db/custom/domains list aren't blocked.
I've instructed squid to use squidguard as such:
redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
I suspect the configuration problem is somehow related to
squid. What else might squid need in order to use squidguard as I've
got it configured?
Kind regards,
--Scott!