]> granicus.if.org Git - apache/commitdiff
A little odd having that warning buried under the machine-readable
authorRich Bowen <rbowen@apache.org>
Thu, 11 Aug 2016 12:45:18 +0000 (12:45 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 11 Aug 2016 12:45:18 +0000 (12:45 +0000)
section.

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

docs/manual/mod/mod_status.xml

index 3098c9f74d04c2467cd25f80c9f9c38f643320f3..4dc5822f49dd078068c5d68cc1341286553ca2fe 100644 (file)
@@ -69,6 +69,16 @@ performance</description>
     is <code>On</code>.  In version 2.3.6, loading mod_status will
     toggle <directive module="core">ExtendedStatus</directive> On
     by default.</p>
+
+    <note>
+      <strong>It should be noted that if <module>mod_status</module> is
+      loaded into the server, its handler capability is available
+      in <em>all</em> configuration files, including
+      <em>per</em>-directory files (<em>e.g.</em>,
+      <code>.htaccess</code>). This may have security-related
+      ramifications for your site.</strong>
+    </note>
+
 </summary>
 
 <section id="enable">
@@ -109,15 +119,6 @@ performance</description>
     <code>log_server_status</code>, which you will find in the
     <code>/support</code> directory of your Apache HTTP Server installation.</p>
 
-    <note>
-      <strong>It should be noted that if <module>mod_status</module> is
-      loaded into the server, its handler capability is available
-      in <em>all</em> configuration files, including
-      <em>per</em>-directory files (<em>e.g.</em>,
-      <code>.htaccess</code>). This may have security-related
-      ramifications for your site.</strong>
-    </note>
-
 </section>
 
 <section id="troubleshoot">