Re: [squid-users] Squid + Tproxy + Bridge mode + squidguard

From: Francisco André Barbosa Neto <fneto_at_networkexplorer.com.br>
Date: Fri, 01 Jul 2011 19:56:47 -0300

Hi Amos!

I'm writing to thank you for give me the solution. I reconfigure
squidguard to redirect with the 302 code as you can see below and now the
redirecting the blocked sites is working ok in my proxy setup!

Thank you very very much!!

Squidguard.conf used now:

dbhome /var/lib/squidguard
logdir /var/log/squidguard

src admin {
        ip 192.168.10.96
        ip 192.168.10.57
}

dest negados {
    domainlist negados
}

acl {
        admin {
                pass !negados all
                redirect 302:http://192.168.10.61:90/negado.html
        }

        default {
                pass none
                redirect 302:http://192.168.10.61:90/negado.html
        }
}

------------------------------------------------------
Francisco André Barbosa Neto
fneto_at_getsmart.com.br <mailto:fneto_at_networkexplorer.com.br>
Get Smart IT Solutions
http://www.getsmart.com.br <http://www.getsmart.com.br/>
Fone: 55-11-4655-2232
------------------------------------------------------
Received on Fri Jul 01 2011 - 22:56:59 MDT

This archive was generated by hypermail 2.2.0 : Sat Jul 02 2011 - 12:00:01 MDT