diff options
author | Eric Covener <covener@apache.org> | 2009-09-01 21:26:06 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2009-09-01 21:26:06 +0200 |
commit | 7b9c01f52fea12293d22fcca3d1180324974752b (patch) | |
tree | 6959b33a0abebfce5a31d36607c0b84efd83859f /docs/manual/env.html.en | |
parent | Remove unused conf variable. (diff) | |
download | apache2-7b9c01f52fea12293d22fcca3d1180324974752b.tar.xz apache2-7b9c01f52fea12293d22fcca3d1180324974752b.zip |
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
Diffstat (limited to 'docs/manual/env.html.en')
-rw-r--r-- | docs/manual/env.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 53dac18117..44d88931d4 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -285,7 +285,7 @@ <h3><a name="no-cache" id="no-cache">no-cache</a></h3> - <p><em>Available in versions after 2.2.11</em></p> + <p><em>Available in versions 2.2.12 and later</em></p> <p>When set, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> will not save an otherwise cacheable response. This environment variable does not influence |