[deployment-guide/comm-rel: 505/727] Updated the ExtendedStatus directive description.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:07:21 UTC 2010


commit d1df32ddc1a6de786d7344a88515572835423c05
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Aug 26 15:25:40 2010 +0200

    Updated the ExtendedStatus directive description.

 en-US/The_Apache_HTTP_Server.xml |   65 +++++++++++++++++++++++++++++--------
 1 files changed, 51 insertions(+), 14 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 0b592c0..2a2f1ff 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -901,21 +901,58 @@ ErrorDocument 404 /404-not_found.html</screen>
             </example>
           </listitem>
         </varlistentry>
+        <varlistentry>
+          <term><option>ExtendedStatus</option></term>
+          <listitem>
+            <para>
+              The <option>ExtendedStatus</option> directive allows you to enable detailed server status information. It takes the following form:
+            </para>
+            <screen>ExtendedStatus <replaceable>option</replaceable></screen>
+            <para>
+              For a list of valid <replaceable>option</replaceable>s, see <xref linkend="table-apache-httpdconf-extendedstatus" />. This option is turned off by default.
+            </para>
+            <table id="table-apache-httpdconf-extendedstatus">
+              <title>Available options</title>
+              <tgroup cols="2">
+                <colspec colname="option" colnum="1" colwidth="20*" />
+                <colspec colname="description" colnum="2" colwidth="60*" />
+                <thead>
+                  <row>
+                    <entry>
+                      Option
+                    </entry>
+                    <entry>
+                      Description
+                    </entry>
+                  </row>
+                </thead>
+                <tbody>
+                  <row>
+                    <entry>
+                      <option>On</option>
+                    </entry>
+                    <entry>
+                      Enabes generating the detailed server status.
+                    </entry>
+                  </row>
+                  <row>
+                    <entry>
+                      <option>Off</option>
+                    </entry>
+                    <entry>
+                      Disables generating the detailed server status.
+                    </entry>
+                  </row>
+                </tbody>
+              </tgroup>
+            </table>
+            <example id="example-apache-httpdconf-extendedstatus">
+              <title>Using the <option>ExtendedStatus</option> directive</title>
+              <screen>ExtendedStatus On</screen>
+            </example>
+          </listitem>
+        </varlistentry>
       </variablelist>
-      <formalpara id="s2-apache-extendedstatus">
-        <title>ExtendedStatus</title>
-        <indexterm>
-          <primary><command>ExtendedStatus</command></primary>
-          <secondary>Apache configuration directive</secondary>
-        </indexterm>
-        <indexterm>
-          <primary>configuration directives, Apache</primary>
-          <secondary><command>ExtendedStatus</command></secondary>
-        </indexterm>
-        <para>
-          The <command>ExtendedStatus</command> directive controls whether Apache generates basic (<command>off</command>) or detailed server status information (<command>on</command>), when the <command>server-status</command> handler is called. The <command>server-status</command> handler is called using <command>Location</command> tags. More information on calling <command>server-status</command> is included in <xref linkend="s2-apache-location" />.
-        </para>
-      </formalpara>
       <formalpara id="s2-apache-group">
         <title>Group</title>
         <indexterm>


More information about the docs-commits mailing list