It looks like I might be mistaken. I changed the pass statement to "pass none" and I
am still able
to access the web just fine. I know that the browser is going through squid, when
squid is not
running, there is no access to the web. I know that squid is launching squidGuard
because I see it
running with I do a "ps aux".
What might I be missing?
Sam Carleton wrote:
> 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