I have installed squidGuard and given it a basic squidGuard.conf.  The
problem is that nothing is blocked, absolutly nothing.  I have the text
file domains in /usr/local/squidGuard/db/blacklists/porn, and I am
launching squidGuard with the -c option and telling it where the conf
file is located.  But it still blockes NOTHING.

---------------------squidGuard.conf----------------------
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

        }
}
---------------------squidGuard.conf----------------------

When I look at 'URL redirector stats' in cachemgr of my squid server, I
see this:

Redirector Statistics:
number running: 5 of 5
requests sent: 37
replies received: 36
queue length: 0
avg service time: 3 msec

| # | FD | # Requests | Flags |      Time  | Offset | Request
| 1 |  7 |         36 |    AB |     0.004  |      1 |
cache_object://192.168.0.1/redirector 192.168.0.1/- - GET\n
| 2 |  8 |          0 |     A | 957652.231 |      0 | (none)

I don't really know what I am looking at, other then the fact that I do
have
five squidGuard's running.  The third through the fifth is pretty much
the
same as the second line.

I know that squid is launching squidGuard, but why isn't squidGuard
doing anything?

Sam

Reply via email to