Re: Hierarchy Problems

From: Jeffrey Borg <jeffrey@dont-contact.us>
Date: Wed, 19 Jan 2000 07:44:47 +1100 (EST)

Hi there
On Tue, 18 Jan 2000, Bogoo O. wrote:

> Here is my configuration:
> x.x.x.x :8080 Squid Proxy connected through a leased
> line on a Linux machine (33600 modem)
> y.y.y.y :80 WinProxy on a PC with a directPC card, so
> good download here (from satellite <2Mbps)

For squid 2.X you will need a rule like this

Firstly a rule to say not to use your parent for certian domains if they
are internal if applicable

        cache_peer_domain y.y.y.y !.my.internal.domain.com

Then an acl saying to always use the parent
                acl local-intranet dstdomain my.internel.domain.com
                always_direct allow local-intranet
                never_direct allow all

or if I guess right just use never_direct allow all to make ecverything
thru the proxy and just forget about the other section cache_peer as well
then everything will go to the y.y.y.y proxy.

Jeffrey Borg
Received on Tue Jan 18 2000 - 13:55:09 MST

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