Commit 7f63a461 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Move the ExtendedStatus option to mod_status


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81907 13f79535-47bb-0310-9956-ffa450edef68
parent 86b27f2d
Loading
Loading
Loading
Loading
+0 −35
Changes for docs/manual/mod/core.html: 0 added lines, 35 removed lines.
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ always available.
<LI><A HREF="#documentroot">DocumentRoot</A>
<LI><A HREF="#errordocument">ErrorDocument</A>
<LI><A HREF="#errorlog">ErrorLog</A>
<LI><A HREF="#extendedstatus">ExtendedStatus</A>
<LI><A HREF="#files">&lt;Files&gt;</A>
<LI><A HREF="#filesmatch">&lt;FilesMatch&gt;</A>
<LI><A HREF="#group">Group</A>
@@ -846,40 +845,6 @@ than the user that starts the server.
<P><STRONG>See also:</STRONG> <A HREF="#loglevel">LogLevel</A>
<P><HR>

<H2><A NAME="extendedstatus">ExtendedStatus directive</A></H2>
<!--%plaintext &lt;?INDEX {\tt ExtendedStatus} directive&gt; -->
<A
 HREF="directive-dict.html#Syntax"
 REL="Help"
><STRONG>Syntax:</STRONG></A> ExtendedStatus <EM>On|Off</EM><BR>
<A
 HREF="directive-dict.html#Default"
 REL="Help"
><STRONG>Default:</STRONG></A> <CODE>ExtendedStatus Off</CODE><BR>
<A
 HREF="directive-dict.html#Context"
 REL="Help"
><STRONG>Context:</STRONG></A> server config <BR>
<A
 HREF="directive-dict.html#Status"
 REL="Help"
><STRONG>Status:</STRONG></A> core<BR>
<A
 HREF="directive-dict.html#Compatibility"
 REL="Help"
><STRONG>Compatibility:</STRONG></A> ExtendedStatus is only available
 in Apache 1.3 and later

<P>
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.
</P>
<P>
This setting applies to the entire server, and cannot be enabled or
disabled on a virtualhost-by-virtualhost basis.
</P><HR>

<H2><A NAME="files">&lt;Files&gt; directive</A></H2>
<A
 HREF="directive-dict.html#Syntax"
+1 −1
Changes for docs/manual/mod/directives.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ of the terms used in their descriptions available.
<LI><A HREF="mod_expires.html#expiresactive">ExpiresActive</A>
<LI><A HREF="mod_expires.html#expiresbytype">ExpiresByType</A>
<LI><A HREF="mod_expires.html#expiresdefault">ExpiresDefault</A>
<LI><A HREF="core.html#extendedstatus">ExtendedStatus</A>
<LI><A HREF="mod_status.html#extendedstatus">ExtendedStatus</A>
<LI><A HREF="mod_autoindex.html#fancyindexing">FancyIndexing</A>
<LI><A HREF="core.html#files">&lt;Files&gt;</A>
<LI><A HREF="core.html#filesmatch">&lt;FilesMatch&gt;</A>
+38 −15
Changes for docs/manual/mod/mod_status.html: 38 added lines, 15 removed lines.
Original line number Diff line number Diff line
@@ -47,6 +47,44 @@ A compile-time option must be used to display the details marked "(*)" as
the instrumentation required for obtaining these statistics does not
exist within standard Apache.

<H2><A NAME="extendedstatus">ExtendedStatus directive</A></H2>
<!--%plaintext &lt;?INDEX {\tt ExtendedStatus} directive&gt; -->
<A
 HREF="directive-dict.html#Syntax"
 REL="Help"
><STRONG>Syntax:</STRONG></A> ExtendedStatus <EM>On|Off</EM><BR>
<A
 HREF="directive-dict.html#Default"
 REL="Help"
><STRONG>Default:</STRONG></A> <CODE>ExtendedStatus Off</CODE><BR>
<A
 HREF="directive-dict.html#Context"
 REL="Help"
><STRONG>Context:</STRONG></A> server config <BR>
<A
 HREF="directive-dict.html#Status"
 REL="Help"
><STRONG>Status:</STRONG></A> Base<BR>
 <A
  HREF="directive-dict.html#Module"
  REL="Help"
  ><STRONG>Module:</STRONG></A> mod_status<BR>
<A
 HREF="directive-dict.html#Compatibility"
 REL="Help"
><STRONG>Compatibility:</STRONG></A> ExtendedStatus is only available
 in Apache 1.3 and later

<P>
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.
</P>
<P>
This setting applies to the entire server, and cannot be enabled or
disabled on a virtualhost-by-virtualhost basis.
</P>

<H2>Enabling Status Support</H2>

To enable status reports only for browsers from the foo.com
@@ -79,21 +117,6 @@ page <CODE>http://your.server.name/server-status?auto</CODE>. This is useful
when automatically run, see the Perl program in the <CODE>/support</CODE>
directory of Apache, <CODE>log_server_status</CODE>.

<H2>Full Instrumentation</H2>

To obtain full statistics you must compile Apache with a special
directive.  On some machines there may be a small performance loss
if you do this.  Try full statistics and see if you notice any
difference.  If you do please contact <A HREF="mailto:jim@apache.org">
jim@apache.org</A> and tell us your configuration.

<P>

Do this by using the following run-time directive:
<PRE>
        ExtendedStatus On
</PRE>

<BLOCKQUOTE>
 <STRONG>
  It should be noted that if <SAMP>mod_status</SAMP> is compiled into