RE: [squid-users] Not using cache_peer for IP's?

From: Whitley GS11 Cecil H <WhitleyCH@dont-contact.us>
Date: Sat, 15 Sep 2001 11:03:59 -0400

Hi Stuart,
The option in squid.conf that you want is always_direct. Usage:
acl my_intranet dst a.b.c.d xxx.xxx.xxx.xxx
always_direct my_intranet
e.g. using a class "c" reserved network internally would result in:
acl my_intranet dst 192.168.1.0 255.255.255.0
always_direct my_intranet

Other acl's can be used, including dstdomain etc. Please check manual for
exact key words in the acl lines, i've not commited them to memory, still
working on all the options.

Cecil

-----Original Message-----
From: Stuart Low
To: squid-users@squid-cache.org
Sent: 9/14/01 11:37 PM
Subject: [squid-users] Not using cache_peer for IP's?

Well I have a cache_peer line in my squid.conf but now I need to NOT use
that cache for the local IP set (ie 192.168.55.*). If that can't be
done,
what about not using the cache_peer for particular domains?

Stuart

---
Perlboy Productions - www.Perlboy.org
ABN: 24 405 136 795
Blogger for the Masses - www.Seekbrain.com
Received on Sat Sep 15 2001 - 09:07:02 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:11 MST