summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_status.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-09-19 04:41:15 +0200
committerJoshua Slive <slive@apache.org>2002-09-19 04:41:15 +0200
commitb9f73032778799e9414aa6e5676b6dd19fb60a7e (patch)
treee02e0ff8b37a0ec97b5acf3db4a01d2957c1a12b /docs/manual/mod/mod_status.xml
parentIf a body arrives with an OPTIONS request, and it contains an (diff)
downloadapache2-b9f73032778799e9414aa6e5676b6dd19fb60a7e.tar.xz
apache2-b9f73032778799e9414aa6e5676b6dd19fb60a7e.zip
Fix a bunch of little problems that the directive quick-reference
made apparent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96904 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_status.xml')
-rw-r--r--docs/manual/mod/mod_status.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml
index 234861b503..3930eeaa0e 100644
--- a/docs/manual/mod/mod_status.xml
+++ b/docs/manual/mod/mod_status.xml
@@ -118,9 +118,8 @@ performance</description>
<directivesynopsis>
<name>ExtendedStatus</name>
-<description>This directive controls whether the server keeps track of
-extended status information for each request. This is only
-useful if the status module is enabled on the server.</description>
+<description>Keep track of extended status information for each
+request</description>
<syntax>ExtendedStatus On|Off</syntax>
<default>ExtendedStatus Off</default>
<contextlist><context>server config</context></contextlist>
@@ -129,7 +128,9 @@ later.</compatibility>
<usage>
<p>This setting applies to the entire server, and cannot be
- enabled or disabled on a virtualhost-by-virtualhost basis.</p>
+ enabled or disabled on a virtualhost-by-virtualhost basis.
+ The collection of extended status information can slow down
+ the server.</p>
</usage>
</directivesynopsis>