the squidguard no filter any request... and your connfig is be simple, pass 
none (default)

in squid.conf, basically i set:
visible_hostname your-server-name
acl our_networks src 192.168.0.0/16
http_access allow our_networks
http_access deny all
url_rewrite_program /usr/local/bin/squidGuard -c /usr/local/squidGuard/
squidGuard.conf
url_rewrite_children 8
redirector_bypass on

and squidGuard.conf
dbhome /usr/local/squidGuard/db
logdir /usr/local/squidGuard/log
# ACCESS CONTROL LISTS
acl {
        default {
                pass none
                redirect http://webserver.com/blocked.html
        }
}



On Saturday 24 March 2007 10:59, Kenneth Schneider wrote:
> On Sat, 2007-03-24 at 09:56 -0300, anckerDJ wrote:
> > Hello,
> >
> > Anybody has this problem?
> > Use openSuSE 10.2, squid-2.6.STABLE6-0.4 +
> > squidGuard-1.2.0-408, kernel 2.6.18.8-0.1-default x86_64 ?
>
> And what exactly is the problem?
>
> --
> Ken Schneider
> UNIX  since 1989, linux since 1994, SuSE  since 1998

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to