Please help me with some squid / squidguard problems.
I installed squid and squidguard as told on how to in this forum.
All went ok. Changed the proxy port to 8080 (which should be fine...)
Rerouted IP etc.
- But from that moment I cannot access my bubba from the outside via internet. (on my local network it does fine).
- Problem which i have is that it blocks everything or nothing. This is related to the squidguard.conf.
In the blacklists .db are made (for example gambling eg). So squidguard sees my blacklist!
When I remove the # for the domainlist or the urllist everything gets blocked. When placed nothing gets blocked which is understandable of course but I don't understand why everything gets blocked.
My squidguard listed:
dbhome /var/lib/squidguard/db
logdir /var/log/squid
#dest gambling {
# domainlist blacklists/gambling/domains
# urllist blacklists/gambling/urls
# log gamblingaccesses
#}
#dest adv {
#domainlist blacklists/adv/domains
#urllist blacklists/adv/urls
#redirect 302:
http://bubba/block.html
#}
acl {
default {
pass !adv !gambling all
redirect
http://bubba/blocked.html
My squidguard log.
2009-10-17 06:27:00 [6815] destblock good missing active content, set inactive
2009-10-17 06:27:00 [6815] destblock local missing active content, set inactive
2009-10-17 06:27:00 [6815] squidGuard 1.2.0 started (1255753620.056)
2009-10-17 06:27:00 [6815] squidGuard ready for requests (1255753620.099)
2009-10-17 06:27:00 [6817] destblock good missing active content, set inactive
2009-10-17 06:27:00 [6817] destblock local missing active content, set inactive
2009-10-17 06:27:00 [6817] squidGuard 1.2.0 started (1255753620.072)
2009-10-17 06:27:00 [6817] squidGuard ready for requests (1255753620.103)
2009-10-17 06:27:00 [6818] destblock good missing active content, set inactive
2009-10-17 06:27:00 [6818] destblock local missing active content, set inactive
2009-10-17 06:27:00 [6818] squidGuard 1.2.0 started (1255753620.105)
2009-10-17 06:27:00 [6818] squidGuard ready for requests (1255753620.109)
2009-10-17 06:27:00 [6819] destblock good missing active content, set inactive
2009-10-17 06:27:00 [6819] destblock local missing active content, set inactive
2009-10-17 06:27:00 [6819] squidGuard 1.2.0 started (1255753620.124)
2009-10-17 06:27:00 [6819] squidGuard ready for requests (1255753620.148)
2009-10-17 06:27:00 [6820] destblock good missing active content, set inactive
2009-10-17 06:27:00 [6820] destblock local missing active content, set inactive
2009-10-17 06:27:00 [6820] squidGuard 1.2.0 started (1255753620.153)
Puma