In how far can both acl-sets exist at the same time !? Do they conflict with each other ?! Which rules must exist in squid.conf for proper use of squidGuard ?
-----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Marco Simon Gesendet: Donnerstag, 19. August 2004 13:12 An: [EMAIL PROTECTED] Betreff: Squidguard seems not to do anything 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 } }
