From: wessels <> Date: Fri, 17 Apr 1998 00:14:33 +0000 (+0000) Subject: must use allow keyword for no_cache access list X-Git-Tag: SQUID_3_0_PRE1~3496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fdafae73f3a5ebcdaba875f48c8ff16781d7dca;p=thirdparty%2Fsquid.git must use allow keyword for no_cache access list --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 79c323dfc6..aca2dd1d93 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -330,11 +330,14 @@ DOC_START immediately removed from the cache. In other words, use this to force certain objects to never be cached. + Even though it seems strange, you must use the word 'ALLOW' + to indicate the ACL names which should NOT be cached. + There is no default. We recommend you uncomment the following two lines. acl QUERY urlpath_regex cgi-bin \? -no_cache QUERY +no_cache allow QUERY DOC_END NAME: cache_stoplist_pattern