From 2938fbaee36c95c8e2ccf856d5cd3354d89a6aea Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Mon, 12 Nov 2007 13:26:15 +0000 Subject: [PATCH] Add availability for CacheIgnoreQueryString directive. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Submitted by Igor Galić (i.galic brainsware org) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594110 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.html.en | 1 + docs/manual/mod/mod_cache.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 9e53dcb9aaf..3950ec27943 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -338,6 +338,7 @@ header. Context:server config, virtual host Status:Extension Module:mod_cache +Compatibility:Available since 2.2.6

Ordinarily, requests with query string parameters are cached separately for each unique query string. This is according to RFC 2616/13.9 done only diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index b98b9b1fa9c..09aac5efffe 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -298,7 +298,7 @@ header. CacheIgnoreQueryString Off server configvirtual host - +Available in Apache 2.2.6 and later

Ordinarily, requests with query string parameters are cached separately for each unique query string. This is according to RFC 2616/13.9 done only -- 2.47.2