Re: [squid-users] Disable caching for a domain

From: Henrik Ostergaard Madsen <Henrik@dont-contact.us>
Date: Fri, 03 Mar 2006 00:35:00 +0100

> How about this?
>
> # TAG: no_cache
> # A list of ACL elements which, if matched, cause the request to
> # not be satisfied from the cache and the reply to not be cached.
> # In other words, use this to force certain objects to never be cached.
> #
> # You must use the word 'DENY' to indicate the ACL names which should
> # NOT be cached.
> #
> #We recommend you to use the following two lines.
> acl NOT dstdomain .harmonyremote.com
> no_cache deny NOT
>
> Evan
>

Without the starting dot it seems to be working, Thank you very much!

acl NOT dstdomain harmonyremote.com
no_cache deny NOT

Regards

Henrik
Received on Thu Mar 02 2006 - 16:35:21 MST

This archive was generated by hypermail pre-2.1.9 : Sat Apr 01 2006 - 12:00:03 MST