From 0fdafae73f3a5ebcdaba875f48c8ff16781d7dca Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 17 Apr 1998 00:14:33 +0000 Subject: [PATCH] must use allow keyword for no_cache access list --- src/cf.data.pre | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3