Hi,
after many tries before post to the list, I just can make squidguard work
Squid and Squidguard is installed, and running under the same user/permission.
When I start Squid it launches squidguard with no problems
squidguard.log says:
2006-05-06 10:58:32 [6326] squidGuard 1.2.0 started (1146923912.762)
2006-05-06 10:58:32 [6326] squidGuard ready for requests (1146923912.762)
but squidguard doesnt nothing... if in squid.conf I said do deny all, and in
squidguard.conf I said to permit 192.168.200.8 it just deny all...
if in squid.conf I said to allow all my 192.168.200.0/24 and in
squidguard.conf I said to deny 192.168.200.8 it just allow all...
squidguard doesnt have "power" over squid?
please, help me
att,
Flávio
dpkg -l |grep squid
ii squid 2.5.9-10sarge2 Internet Object Cache (WWW proxy cache)
ii squid-common 2.5.9-10sarge2 Internet Object Cache (WWW proxy cache) - co
ii squidguard 1.2.0-5 filter, redirector and access controller plu
my configs:
squid.conf:
==============
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
hosts_file /etc/hosts
redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
redirect_children 1
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl lan src 192.168.200.0/24
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access allow localhost
http_access allow lan
http_access deny all
http_reply_access allow all
icp_access allow all
coredump_dir /var/spool/squid
====================
squidguard.conf:
====================
dbhome /var/lib/squidguard/db
logdir /var/log/squid
src test {
ip 192.168.200.8
}
acl {
test {
pass none
}
default {
pass none
}
}
====================