Hi, I have use squid-2.5.STABLE3 with redirect to squidguard, my
configuration deny access to web site with a specified word (sex, games etc)
with these rules:
acl mp3 url_regex "/etc/squid/myword.txt"
.
http_access deny mp3
...and then I use blacklist in squidguard.conf:
..
destination bl_proxy {
domainlist blacklists/proxy/domains
urllist blacklists/proxy/urls
redirect http://10.0.0.12/
}
destination bl_hacking {
domainlist blacklists/hacking/domains
urllist blacklists/hacking/urls
redirect http://10.0.0.12/
..
..now when in google I write the word "trasporto" I have Access Denied but I
want exclude this word (tasporto) and haven't Access Denied ?
thanks.
------
Salvatore.
Received on Tue Oct 17 2006 - 05:28:32 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Nov 01 2006 - 12:00:04 MST