]> granicus.if.org Git - apache/commitdiff
no-cache envvar: copy the compatability note from 2.2.x for env.xml,
authorEric Covener <covener@apache.org>
Tue, 9 Jun 2009 01:27:43 +0000 (01:27 +0000)
committerEric Covener <covener@apache.org>
Tue, 9 Jun 2009 01:27:43 +0000 (01:27 +0000)
add compat note inline for refereneces in CacheEnable/CacheDisable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@782860 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.xml
docs/manual/mod/mod_cache.xml

index 2c3b6c8fa3eae0ce6c389bc55def4dcf14d0326f..3dd1c3093abaabad663e8e768a9511b26014569c 100644 (file)
     </section>
 
     <section id="no-cache"><title>no-cache</title>
+        <p><em>Available in versions after 2.2.11</em></p>
 
         <p>When set, <module>mod_cache</module> will not save an otherwise
         cacheable response.  This environment variable does not influence
index 4f9bda103d6cc09525b8deeacf94c5c8d327e1a9..e94a7f7f18c872512f29cafedd839416195a6073 100644 (file)
@@ -133,7 +133,8 @@ manager</description>
     </example>
 
     <p> The <code>no-cache</code> environment variable can be set to 
-    disable caching on a finer grained set of resources.</p>
+    disable caching on a finer grained set of resources in versions
+    after 2.2.11.</p>
 
 </usage>
 <seealso><a href="../env.html">Environment Variables in Apache</a></seealso>
@@ -156,7 +157,9 @@ manager</description>
     </example>
 
     <p> The <code>no-cache</code> environment variable can be set to 
-    disable caching on a finer grained set of resources.</p>
+    disable caching on a finer grained set of resources in versions
+    after 2.2.11.</p>
+
 </usage>
 <seealso><a href="../env.html">Environment Variables in Apache</a></seealso>
 </directivesynopsis>