From 30621ddf30496ff0fffca2c35adf1a974996c967 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 8 Feb 2007 13:54:19 +0000 Subject: Docs update. Sync with transforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@504899 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.html.en | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'docs/manual/mod/mod_cache.html.en') diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 871677084d..eb1f0bb8d6 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -69,6 +69,7 @@
  • CacheIgnoreCacheControl
  • CacheIgnoreHeaders
  • CacheIgnoreNoLastMod
  • +
  • CacheIgnoreQueryString
  • CacheLastModifiedFactor
  • CacheMaxExpire
  • CacheMinExpire
  • @@ -328,6 +329,31 @@ header. CacheIgnoreNoLastMod On

    + +
    top
    +

    CacheIgnoreQueryString Directive

    + + + + + + + +
    Description:Ignore query string when caching
    Syntax:CacheIgnoreQueryString On|Off
    Default:CacheIgnoreQueryString Off
    Context:server config, virtual host
    Status:Extension
    Module:mod_cache
    +

    Ordinarily, requests with query string parameters are cached separately + for each unique query string. This is according to RFC 2616/13.9 done only + if an expiration time is specified. The + CacheIgnoreQueryString directive tells the cache to + cache requests even if no expiration time is specified, and to reply with + a cached reply even if the query string differs. From a caching point of + view the request is treated as if having no query string when this + directive is enabled.

    + +

    + CacheIgnoreQueryString On +

    + +
    top

    CacheLastModifiedFactor Directive

    -- cgit v1.2.3