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