hi,
i am working on linux UBUNTU and i am testing squidguard efficacity.
i did in a terminal:
----------
[EMAIL PROTECTED]:/usr/bin# ./squidGuard
http://samantha_fox.xondemand.com/blue_magic.htm 127.0.0.1/localhost.localdomain - GET
http://127.0.0.1/cgi-bin/squidGuard.cgi?clientaddr=127.0.0.1&srcclass=LAN&targetclass=pornographie&url=""
127.0.0.1/localhost.localdomain - GET
----------
so squidguard filtered this website and that's great because it is a porn site.
now, i don't understand how it did that because i looked the
files it is searching in and i couldn't find the string
"samantha_fox"
here is the part of my squidGuard.conf file:
----------
source LAN {
ip 127.0.0.1
}
destination pornographie {
urllist
blacklists/adult/urls
domainlist blacklists/adult/domains
logfile
/var/log/squid/squidguard_adult.log
}
acl {
LAN {
pass !pornographie all
redirect
http://127.0.0.1/cgi-bin/squidGuard.cgi?clientaddr=%a&srcclass=%s&targetclass=%t&url="">
}
default {
redirect
http://127.0.0.1/cgi-bin/squidGuard.cgi?clientaddr=%a&srcclass=%s&targetclass=%t&url="">
pass none
}
}
----------
can you help me ?
thanks
