From: Eric Covener
Date: Tue, 1 Sep 2009 19:26:06 +0000 (+0000)
Subject: Now that we have actual released versions after 2.2.11, drop the
X-Git-Tag: 2.3.3~344
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b9c01f52fea12293d22fcca3d1180324974752b;p=thirdparty%2Fapache%2Fhttpd.git
Now that we have actual released versions after 2.2.11, drop the
awkward/confusing exclusive phrasing of "after 2.2.11".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@810187 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en
index 53dac18117d..44d88931d45 100644
--- a/docs/manual/env.html.en
+++ b/docs/manual/env.html.en
@@ -285,7 +285,7 @@
- Available in versions after 2.2.11
+ Available in versions 2.2.12 and later
When set, mod_cache will not save an otherwise
cacheable response. This environment variable does not influence
diff --git a/docs/manual/env.xml b/docs/manual/env.xml
index af0a3194f41..b856230f8ab 100644
--- a/docs/manual/env.xml
+++ b/docs/manual/env.xml
@@ -325,7 +325,7 @@
no-cache
- Available in versions after 2.2.11
+ Available in versions 2.2.12 and later
When set, mod_cache will not save an otherwise
cacheable response. This environment variable does not influence
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 4dc35a82ad2..81e8826b601 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -214,7 +214,7 @@
The no-cache environment variable can be set to
disable caching on a finer grained set of resources in versions
- after 2.2.11.
+ 2.2.12 and later.
See also
@@ -261,7 +261,7 @@ manager
The no-cache environment variable can be set to
disable caching on a finer grained set of resources in versions
- after 2.2.11.
+ 2.2.12 and later.
See also
@@ -497,7 +497,7 @@ LastModified date.
enable the thundering herd lock in the default system temp directory.
- # Enable chache lock
+ # Enable cache lock
CacheLock on
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml
index afe6e039e15..288fd6ebd14 100644
--- a/docs/manual/mod/mod_cache.xml
+++ b/docs/manual/mod/mod_cache.xml
@@ -198,7 +198,7 @@ manager
The no-cache environment variable can be set to
disable caching on a finer grained set of resources in versions
- after 2.2.11.
+ 2.2.12 and later.
Environment Variables in Apache
@@ -222,7 +222,7 @@ manager
The no-cache environment variable can be set to
disable caching on a finer grained set of resources in versions
- after 2.2.11.
+ 2.2.12 and later.
Environment Variables in Apache
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 217ac1994ff..1052951a58e 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -1760,6 +1760,7 @@ host.
| Context: | server config, virtual host |
| Status: | Extension |
| Module: | mod_ssl |
+| Compatibility: | Available in Apache 2.2.12 and later |
This directive sets whether a non SNI client is allowed to access a name based
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 974ea1bc1f4..349daaaf927 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1364,6 +1364,7 @@ host.
SSLStrictSNIVHostCheck off
server config
virtual host
+Available in Apache 2.2.12 and later