Title: Squidguard is not working

Hello --

I'm having a major problem with squidguard 1.2.0. It is not blocking access, even if I put a 'pass none' in the default ACL.

I am running RH 7.3, but I downloaded BerkeleyDB 2.7.7 and compilied squidGuard against that. Here is the info:

[root@proxy porn]# uname -a
Linux proxy.internal.alnm.com 2.4.18-5 #1 Mon Jun 10 15:31:48 EDT 2002 i686 unknown
[root@proxy porn]# cat /etc/redhat-release
Red Hat Linux release 7.3 (Valhalla)

root@proxy squidguard]# squidGuard -v
SquidGuard: 1.2.0 Sleepycat Software: Berkeley DB 2.7.7: (08/20/99)
[root@proxy porn]# squid -v
Squid Cache: Version 2.4.STABLE6

[root@proxy squidguard]# cat squidGuard.conf
logdir /var/log/squidguard
dbhome /etc/squidguard/db

destination porn {
        domainlist blacklists/porn/domains
        urllist blacklists/porn/urls
        expressionlist blacklists/porn/expressions
        logfile porn.log
}
acl {
        default {
                pass none
        }
     }

<on a 'squid -k reconfigure'>
[root@proxy squidguard]# tail /var/log/squidguard/squidGuard.log -f
2002-08-29 10:08:20 [5079] init domainlist /etc/squidguard/db/blacklists/porn/domains
2002-08-29 10:08:21 [5078] init domainlist /etc/squidguard/db/blacklists/porn/domains
2002-08-29 10:08:21 [5080] init domainlist /etc/squidguard/db/blacklists/porn/domains
2002-08-29 10:08:21 [5081] init domainlist /etc/squidguard/db/blacklists/porn/domains
2002-08-29 10:08:21 [5082] init domainlist /etc/squidguard/db/blacklists/porn/domains
2002-08-29 10:08:33 [5080] init urllist /etc/squidguard/db/blacklists/porn/urls
2002-08-29 10:08:34 [5081] init urllist /etc/squidguard/db/blacklists/porn/urls
2002-08-29 10:08:34 [5082] init urllist /etc/squidguard/db/blacklists/porn/urls
2002-08-29 10:08:34 [5079] init urllist /etc/squidguard/db/blacklists/porn/urls
2002-08-29 10:08:34 [5079] init expressionlist /etc/squidguard/db/blacklists/porn/expressions
2002-08-29 10:08:34 [5079] squidGuard 1.2.0 started (1030630100.879)
2002-08-29 10:08:34 [5079] squidGuard ready for requests (1030630114.364)
2002-08-29 10:08:34 [5080] init expressionlist /etc/squidguard/db/blacklists/porn/expressions
2002-08-29 10:08:34 [5080] squidGuard 1.2.0 started (1030630101.159)
2002-08-29 10:08:34 [5080] squidGuard ready for requests (1030630114.419)
2002-08-29 10:08:34 [5078] init urllist /etc/squidguard/db/blacklists/porn/urls
2002-08-29 10:08:34 [5078] init expressionlist /etc/squidguard/db/blacklists/porn/expressions
2002-08-29 10:08:34 [5078] squidGuard 1.2.0 started (1030630101.005)
2002-08-29 10:08:34 [5078] squidGuard ready for requests (1030630114.550)
2002-08-29 10:08:34 [5081] init expressionlist /etc/squidguard/db/blacklists/porn/expressions
2002-08-29 10:08:34 [5081] squidGuard 1.2.0 started (1030630101.229)
2002-08-29 10:08:34 [5081] squidGuard ready for requests (1030630114.641)
2002-08-29 10:08:34 [5082] init expressionlist /etc/squidguard/db/blacklists/porn/expressions
2002-08-29 10:08:34 [5082] squidGuard 1.2.0 started (1030630101.410)
2002-08-29 10:08:34 [5082] squidGuard ready for requests (1030630114.743)

Relevant portion of squid.conf:
redirect_program /usr/local/bin/squidGuard

I compiled squidGuard with:
./configure --with-db=/root/db2.7/BerkeleyDB/ --with-sg-config=/etc/squidguard/squidGuard.conf --with-sg-logdir=/var/log/squidguard

I searched the archives and I believe my squidGuard.conf is correct, but when I run the tests or put it in production then it allows everything through… Anyone have any ideas?

Thanks much!

-=-=-=-=-=-=-=-=-=-=-=-
Greg Smythe
Network Support Specialist
Ayres, Lewis, Norris & May



Reply via email to