You need a src definition in your squidguard.conf
If it's not forbidding or allowing???? what is it doing? it must do one or the other?
Rob
t 13:11 19/08/2004 +0200, you wrote:
I've got the following problem:
I installed squid and squidguard as well via deb-packages as via sources and selfcompiling.
In both cases I've got the same problem: SquidGuard is started together with squid, the processes are runing. But Squidguard seems not to allow or forbid anything.
See further down for my config files. The squid-Configuration seems to work quite good, but even if I allow everything in squid.conf and disallow everything in squidguard.conf I can reach every web-page without problems. As soon as I disallow everything in squid.conf, I can't reach any page anymore.
Please have a look at my config-files and give me some advise, where I have to look for the mistake.
Thanks a lot !!!
squid.conf ======= hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_access_log /opt/squid/var/logs/access.log cache_log /opt/squid/var/logs/cache.log cache_store_log /opt/squid/var/logs/store.log debug_options ALL,1 33,2 28,9 redirect_program /opt/squid/bin/squidGuard -c /etc/squidguard.conf #Recommended minimum configuration: acl all src 0.0.0.0/0.0.0.0 http_access allow all http_reply_access allow all cache_effective_user squid =========
squidguard.conf ============ logdir /opt/squid/var/logs dbhome /opt/squid/var/db dest blacklist { domainlist blacklist/domains urllist blacklist/urls } acl { default { pass none } }
