> > hi! > > I've made a little squidgard config witch redirect non-white taged domains > : > > ex: > echo "http://forum.ubuntu-fr.org/viewtopic.php?id=149985 10.0.0.1/ - - > GET" > | squidGuard -c /etc/squid/squidguard.conf > result : > Processing file and database /etc/squid/db/whitelist.acl > [==================================================] 100 % done > www.google.com 10.0.0.1/- - - > > And i add this to my squid conf : > > redirector_access allow all > redirect_program /usr/bin/squidguard -c /etc/squid/squidguard.conf > redirect_children 30 > > But there is no redirection and nothing in squidliogs (only my xterm call) > In that case check your system is correct. Sounds like nothing is reaching Squid at all. Amos