Re: [SQU] Proxy Chaining with Squid

From: Robert Collins <robert.collins@dont-contact.us>
Date: Thu, 7 Dec 2000 11:23:37 +1100

Devin,
    you can build http_access configuration entries based on multiple acl's

ie

acl allusers proxy_auth REQUIRED
acl john proxy_auth john
acl mary proxy_auth mary
acl johns_sites dstdomain .microsoft.com .yahoo.com
acl marys_sites dstdomain .novell.com .yahoo.com
acl allusers_sites dstdomain .everyone.gets.this

#force authentication
http_access deny !username
http_access allow allusers allusers_sites
http_access allow john johns_sites
http_access allow mary marys_sites
http_access deny all

you can also use an external redirector such as squidguard...

Rob

----- Original Message -----
From: "Devin Teske" <devinteske@hotmail.com>
To: <squid-users@ircache.net>
Sent: Thursday, December 07, 2000 10:17 AM
Subject: [SQU] Proxy Chaining with Squid

> I want to thank you guys for helping me get squid working, (i had to run '% squid -z' the first time to set up the cache
directories).
>
> I want to know, what's the best way to forward to another proxy server? For example, I am augmenting to an existing server giving
it new features. Authentication will be active and if the username is not student, I want to forward all requests for that user to
another proxy server (because it knows how to go out through the firewall and get internet content and return it). If the user is
student I wan't to check the URL that is requested against a database (note the database will change according to what the password
is (i.e. the password will be the teachers name and every teacher has a database). If the URL is not in the database, I want to
return an error (saying accessdenied basically). If the URL is in the database, I want to pass the request on to the other proxy
server and return the entire page to the use.
>
> Is this all possible with squid? If not, what can do this? If yes, how?
>
> Thanks,
> Devin Teske
>
> P.S. This is that project that I'm working on that needs to be finished very fast.
>
>
> --------------------------------------------------------------------------------
> Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
>
>
> -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
>

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Dec 06 2000 - 17:17:54 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:52 MST