]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed misplaced note, as per PR50327
authorRich Bowen <rbowen@apache.org>
Wed, 24 Nov 2010 14:56:09 +0000 (14:56 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 24 Nov 2010 14:56:09 +0000 (14:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1038636 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index e0e4c89366b08bb7d77eabd5fef3f410127a7304..77863510286004c79870f75335e6d9ce58cf8851 100644 (file)
@@ -951,12 +951,6 @@ Locations</a></li>
       </span>
       &lt;/Directory&gt;
     </code></p></div>
-    <p>Please note that the per-directory and .htaccess configuration
-       of <code class="directive">EnableSendfile</code> is not supported by
-       <code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code>.
-       Only global definition of <code class="directive">EnableSendfile</code>
-       is taken into account by the module.
-    </p>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -1015,6 +1009,13 @@ Locations</a></li>
       &lt;/Directory&gt;
     </code></p></div>
 
+    <p>Please note that the per-directory and .htaccess configuration
+       of <code class="directive">EnableSendfile</code> is not supported by
+       <code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code>.
+       Only global definition of <code class="directive">EnableSendfile</code>
+       is taken into account by the module.
+    </p>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="ErrorDocument" id="ErrorDocument">ErrorDocument</a> <a name="errordocument" id="errordocument">Directive</a></h2>
index 623dc01bcca20bc448c86040300355fa01b487be..7e196e0a4e9dd7e2652557e1a0b2e72b0680a0e0 100644 (file)
@@ -909,12 +909,6 @@ Locations</a></seealso>
       </indent>
       &lt;/Directory&gt;
     </example>
-    <p>Please note that the per-directory and .htaccess configuration
-       of <directive>EnableSendfile</directive> is not supported by
-       <module>mod_disk_cache</module>.
-       Only global definition of <directive>EnableSendfile</directive>
-       is taken into account by the module.
-    </p>
 </usage>
 </directivesynopsis>
 
@@ -974,6 +968,13 @@ Locations</a></seealso>
       </indent>
       &lt;/Directory&gt;
     </example>
+
+    <p>Please note that the per-directory and .htaccess configuration
+       of <directive>EnableSendfile</directive> is not supported by
+       <module>mod_disk_cache</module>.
+       Only global definition of <directive>EnableSendfile</directive>
+       is taken into account by the module.
+    </p>
 </usage>
 </directivesynopsis>