RE: [squid-users] squid or squidguard for acls

From: Chris Perreault <Chris.Perreault@dont-contact.us>
Date: Thu, 15 Jul 2004 12:54:52 -0400

Squidguard is a redirector, allowing things like the following, in
accelerator mode:

src theusers {
    ip 0.0.0.0 - 255.255.255.255
        )
rew get_local {
        s@.*www.website.com/lna@http://10.87.0.2/lna@i
        s@.*www.somesite.com/tws_inet@http://10.87.0.3/tws_inet@i
        }
acl {
    theusers {
        rewrite get_local
        pass all
    }

www.website.com/lna traffic goes to one server, www.website.com/tws_inet
points to another webserver. The end user thinks its one big webserver when
it's actually multiple back end servers.

In normal proxy mode a redirector can redirect users to an error page
whenever they attempt to reach a blacklisted site.

Chris Perreault

-----Original Message-----
From: Luis Miguel [mailto:luism@softhome.net]
Sent: Thursday, July 15, 2004 12:18 PM
To: squid-users@squid-cache.org
Subject: [squid-users] squid or squidguard for acls

Hi all, I see squid supporting all acls types that squidguard have, are
there any good reason to use squidguard for filtering purposes instead
of squid acls?

Regards.
Received on Thu Jul 15 2004 - 10:55:45 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT