From: Jim Jagielski
Date: Fri, 28 Aug 2009 14:56:31 +0000 (+0000)
Subject: Update all docs xforms
X-Git-Tag: 2.2.14~87
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c764f2563549cb0bed140cb30f41126cf00359d;p=thirdparty%2Fapache%2Fhttpd.git
Update all docs xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@808908 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index e98e59b7873..54e7a0f8a80 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -126,6 +126,7 @@
CacheIgnoreHeaders
CacheIgnoreNoLastMod
CacheIgnoreQueryString
+CacheIgnoreURLSessionIdentifiers
CacheLastModifiedFactor
CacheMaxExpire
CacheMaxFileSize
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index f1d28b5a02d..46a6a101d14 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -128,6 +128,7 @@
CacheIgnoreHeaders
CacheIgnoreNoLastMod
CacheIgnoreQueryString
+CacheIgnoreURLSessionIdentifiers
CacheLastModifiedFactor
CacheMaxExpire
CacheMaxFileSize
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index cd37c664c44..2a9d1a06a53 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -130,6 +130,7 @@
CacheIgnoreHeaders
CacheIgnoreNoLastMod
CacheIgnoreQueryString
+CacheIgnoreURLSessionIdentifiers
CacheLastModifiedFactor
CacheMaxExpire
CacheMaxFileSize
diff --git a/docs/manual/mod/directives.html.ru.koi8-r b/docs/manual/mod/directives.html.ru.koi8-r
index 8b31c2edbfe..9b6435c3bc5 100644
--- a/docs/manual/mod/directives.html.ru.koi8-r
+++ b/docs/manual/mod/directives.html.ru.koi8-r
@@ -127,6 +127,7 @@
CacheIgnoreHeaders
CacheIgnoreNoLastMod
CacheIgnoreQueryString
+CacheIgnoreURLSessionIdentifiers
CacheLastModifiedFactor
CacheMaxExpire
CacheMaxFileSize
diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8
index 6bca32f2875..9e10cfe0c6d 100644
--- a/docs/manual/mod/directives.html.tr.utf8
+++ b/docs/manual/mod/directives.html.tr.utf8
@@ -124,6 +124,7 @@
CacheIgnoreHeaders
CacheIgnoreNoLastMod
CacheIgnoreQueryString
+CacheIgnoreURLSessionIdentifiers
CacheLastModifiedFactor
CacheMaxExpire
CacheMaxFileSize
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index c7d4e264719..2a4deb7f725 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -70,6 +70,7 @@
CacheIgnoreHeaders
CacheIgnoreNoLastMod
CacheIgnoreQueryString
+
CacheIgnoreURLSessionIdentifiers
CacheLastModifiedFactor
CacheMaxExpire
CacheStoreNoStore
@@ -371,6 +372,43 @@ header.
+
+
+
+
+Description: | Ignore defined session identifiers encoded in the URL when caching
+ |
+Syntax: | CacheIgnoreURLSessionIdentifiers identifier [identifier] ... |
+Default: | CacheIgnoreURLSessionIdentifiers None |
+Context: | server config, virtual host |
+Status: | Extension |
+Module: | mod_cache |
+
+
Sometimes applications encode the session identifier into the URL like in the following
+ Examples:
+
+
+ /someapplication/image.gif;jsessionid=123456789
+ /someapplication/image.gif?PHPSESSIONID=12345678
+
+
This causes cachable resources to be stored separately for each session, which
+ is often not desired. CacheIgnoreURLSessionIdentifiers
lets
+ define a list of identifiers that are removed from the key that is used to identify
+ an entity in the cache, such that cachable resources are not stored separately for
+ each session.
+
+
CacheIgnoreURLSessionIdentifiers None
clears the list of ignored
+ identifiers. Otherwise, each identifier is added to the list.
+
+
Example 1
+ CacheIgnoreURLSessionIdentifiers jsessionid
+
+
+
Example 2
+ CacheIgnoreURLSessionIdentifiers None
+
+
+

diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja
index 348b1714def..ce5ca222585 100644
--- a/docs/manual/mod/mod_cache.xml.ja
+++ b/docs/manual/mod/mod_cache.xml.ja
@@ -1,7 +1,7 @@
-
+
+