]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This note needs to be inside the usage block, or it breaks the build
authorRich Bowen <rbowen@apache.org>
Thu, 30 Apr 2026 12:22:48 +0000 (12:22 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 30 Apr 2026 12:22:48 +0000 (12:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933587 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache.xml

index 913a7f2f0692985228b9185ed28f5ec3ad92adab..8d1cb471ab380a88a6d54df444c7f6c56a46e925 100644 (file)
@@ -425,15 +425,16 @@ CacheEnable  disk  http://.example.org/
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context>
 </contextlist>
-<note><p>This directive is only valid in
-<directive module="core" type="section">Location</directive> and
-<directive module="mod_proxy" type="section">Proxy</directive> sections
-among the per-directory contexts. It is not supported in
-<directive module="core" type="section">Directory</directive>,
-<directive module="core" type="section">Files</directive>, or
-<directive module="core" type="section">If</directive> sections.</p></note>
 
 <usage>
+    <note><p>This directive is only valid in
+    <directive module="core" type="section">Location</directive> and
+    <directive module="mod_proxy" type="section">Proxy</directive> sections
+    among the per-directory contexts. It is not supported in
+    <directive module="core" type="section">Directory</directive>,
+    <directive module="core" type="section">Files</directive>, or
+    <directive module="core" type="section">If</directive> sections.</p></note>
+
     <p>The <directive>CacheDisable</directive> directive instructs
     <module>mod_cache</module> to <em>not</em> cache urls at or below
     <var>url-string</var>.</p>