RE: [squid-users] no filtering with DB files

From: Elsen Marc <elsen@dont-contact.us>
Date: Fri, 4 Feb 2005 09:14:06 +0100

 
>
> 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?
>
>
  Check squidGuard.log, on 'squid -k reconfigure' (e.g).
  Check whether squidguard find and loads the db file(s).

  You can also create them with :
   
   % squidGuard -C all.

  Check whether they are created in the dir that squidguard expects
  them (e.g).

  M.
Received on Fri Feb 04 2005 - 01:16:35 MST

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