Sam Carleton wrote:
> I have NOT created any of the Berkely DB considering
> there is already domains.db and urls.db in
> /usr/local/squidGuard/db/blacklists/porn.
What does "I have NOT created any of the Berkely DB" mean?
The installation instructions <http://www.squidguard.org/install/>
require the Berkeley DB.
Did you follow the installation instructions? What was the outcome of
your testing (item 7 on fast-track install, item 10 on normal install)?
Rick
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sam Carleton
Sent: Wednesday, August 08, 2001 4:32 PM
To: squidguard
Subject: conf issue: squidGuard is not blocking porn sites...
Ok, I have squid configured correctly. I know this because my first
squidGuard.conf was blocking EVERYTHING! I fixed it? Well, it is as if
there is no squidGuard running. I followed the standard install where
squidGuard.conf is located in /usr/local/squidGuard. I downloaded the
current blacklist.tar.gz. Then I extracted the tarball in
/usr/local/squidGuard/db, so my porn directory is
/usr/local/squidGuard/db/blacklists/porn. I have NOT created any of the
Berkely DB considering there is already domains.db and urls.db in
/usr/local/squidGuard/db/blacklists/porn. This is my conf file:
---------------------------------------------------
logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db
dest blockedsites {
domainlist blacklists/porn/domains
urllist blacklists/porn/urls
}
acl {
default {
pass !blockedsites all
redirect
http://localhost/cgi/blocked.cgi?clientaddr=%a&clientname=%n&clientuser=
%i&clientgroup=%s&url=%u
}
}
---------------------------------------------------
It appears I have the exact same thing as in example #4. What am I
missing?
Just to be save, I just went into
/usr/local/squidGuard/db/blacklists/porn and ran squidGuard -C domains
and squidGuard -C urls, bounced squid, and I am still not being blocked.
I know that I am doing something wrong, any ideas?
Sam