You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2010/02/13 20:53:59 UTC

svn commit: r909880 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: minfrin
Date: Sat Feb 13 19:53:58 2010
New Revision: 909880

URL: http://svn.apache.org/viewvc?rev=909880&view=rev
Log:
Fix the location of the note.

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=909880&r1=909879&r2=909880&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sat Feb 13 19:53:58 2010
@@ -1112,16 +1112,18 @@
     The collection of extended status information can slow down
     the server.  Also note that this setting cannot be changed
     during a graceful restart.</p>
-</usage>
 
-<note>
+    <note>
     <p>Note that loading <module>mod_status</module> will change 
     the default behavior to ExtendedStatus On, while other
     third party modules may do the same.  Such modules rely on
     collecting detailed information about the state of all workers.
     The default is changed by <module>mod_status</module> beginning
     with version 2.3.6; the previous default was always Off.</p>
-</note>
+    </note>
+
+</usage>
+
 </directivesynopsis>
 
 <directivesynopsis>