diff options
author | Graham Leggett <minfrin@apache.org> | 2010-02-13 20:53:58 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-02-13 20:53:58 +0100 |
commit | 4770c283906d111d882cfa42e31a89f92a1e3b84 (patch) | |
tree | 249590d9103fbd0bf3ffc46725baf89779b54d3a /docs/manual/mod/core.xml | |
parent | Support wildcards in both the directory and file components of (diff) | |
download | apache2-4770c283906d111d882cfa42e31a89f92a1e3b84.tar.xz apache2-4770c283906d111d882cfa42e31a89f92a1e3b84.zip |
Fix the location of the note.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@909880 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.xml')
-rw-r--r-- | docs/manual/mod/core.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index f6fb47566a..36b1332446 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1112,16 +1112,18 @@ request</description> 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> |