[squid-users] no filtering with DB files

From: Jeff Donovan <donovan@dont-contact.us>
Date: Thu, 3 Feb 2005 23:18:17 -0500

Greetings

squidguard -C porn/domain
squidguard -C porn/urls

builds domain.db
builds urls.db

squidguard.conf
logdir /var/log/squidguard
dbhome /usr/local/blacklists

dest porn {
     domainlist porn/domains
     urllist porn/urls
     redirect http://10.0.1.3/index.html
     logfile blocked.log
}

dest pornexp {
     expressionlist adult/expressions
     redirect http://10.0.1.3/exp.html
     logfile expblocked.log
}

acl {
     default {
        pass !porn !pornexp all
     }
}

squid.conf
(snip)
redirect_program /usr/local/bin/squidGuard -c
/usr/local/squid/etc/squidguard.conf
redirect_children 32

start squid; everything is fine, no errors
No filtering except my exporessions list. Urls and Domains do not get
filtered.
Take them out and load the lists into memory from text files and it
works fine, I can block a million sites, except it takes forever to
load 32 children.

am i doing something wrong?

--jeff

-----------------------------------
jeff donovan
basd network operations
(610) 807 5571 x41
AIM xtdonovan
Received on Thu Feb 03 2005 - 21:19:00 MST

This archive was generated by hypermail pre-2.1.9 : Tue Mar 01 2005 - 12:00:01 MST