Re: [SQU] I don't want to cache my intranet

From: Duane Wessels <wessels@dont-contact.us>
Date: Sat, 4 Nov 2000 01:48:01 -0700 (MST)

On Sat, 4 Nov 2000, kyue wrote:

> Hi,
>
> I have an Intranet and run Squid as a Internet proxy.Proxy runs under Freebsd 3.2.
> Since it is a waste of cache my own Intranet,I config the squid.conf about this
> as follows,
>
> acl myiplist-1 src 192.168.1.0/255.255.255.0
> acl myiplist-2 src 192.168.2.0/255.255.255.0
> no_cache allow myiplist-1
> no_cache allow myiplist-2
> no_cache deny all
>
> Is the above right?

You probably want to change "allow" to "deny" and vice-versa:

      no_cache deny myiplist-1
      no_cache deny myiplist-2
      no_cache allow all

"no_cache deny" means if it matches then the response does NOT get cached.

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Sat Nov 04 2000 - 01:49:37 MST

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