Re: no_cache directive

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sun, 11 Jul 1999 18:51:05 +0200

Yes, of course it is.

acl nsf_open urlpath_regex \.nsf?open
acl QUERY urlpath_regex cgi-bin \?
no_cache allow nsf_open
no_cache deny QUERY

Note however that Domino usually don't send any headers which Squid can
use to deduce the expiry time of the objects so chances are quite big
that the objects won't be cached even if no_cache allows them to.

--
Henrik Nordstrom
Spare time Squid hacker
Charles Bruneteau wrote:
> i am trying to configure squid 2.2s3 to cache uri matching the pattern
> '.nsf?open' and not to cache other uri matching '?'.
[...]
> i don't find any regexp doing exactly the job with a single 'no_cache
> deny acl' directive. So i was wondering if it was possible to use a line
> with 'no_cache allow acl1' and then 'no_cache deny acl2' ?
Received on Sun Jul 11 1999 - 16:11:28 MDT

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