diff --git a/CHANGES b/CHANGES index a892b05d4d..e19ba00d5d 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ Changes with Apache 2.3.9 + *) mod_cache: Add the cache_status hook to register the final cache + decision hit/miss/revalidate. Add optional support for an X-Cache + and/or an X-Cache-Detail header to add the cache status to the + response. PR48241 [Graham Leggett] + *) mod_authz_host: Add 'local' provider that matches connections originating on the local host. PR 19938. [Stefan Fritsch] diff --git a/docs/manual/env.xml b/docs/manual/env.xml index e92f0002bf..055f69e7d9 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -59,6 +59,7 @@
Once
Based on the caching decision made, the reason is also written to the + subprocess environment under one the following three keys, as appropriate:
+ +This makes it possible to support conditional logging of cached requests + as per the following example:
+ +When the
When the
It can be useful during development of cached RESTful services to have additional
+ information about the caching decision written to the response headers, so as to
+ confirm whether Cache-Control
and other headers have been correctly
+ used by the service and client.
If the normal handler is used, this directive may appear within a
+