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



Reply via email to