From b269cf4e9d68377c5a26ccc522aa2ec1b348925c Mon Sep 17 00:00:00 2001 From: rousskov <> Date: Wed, 22 Apr 1998 03:24:07 +0000 Subject: [PATCH] - changed semantics of "no_cache" config tag from "allow" to "deny" --- src/cf.data.pre | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index f417453c9d..3eb1c179ab 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -331,14 +331,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. + You must use the word 'DENY' 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 allow QUERY +no_cache deny QUERY DOC_END NAME: cache_stoplist_pattern -- 2.47.3