]> granicus.if.org Git - apache/commitdiff
Move the ExtendedStatus option to mod_status
authorJim Jagielski <jim@apache.org>
Tue, 11 Aug 1998 15:37:50 +0000 (15:37 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 11 Aug 1998 15:37:50 +0000 (15:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81907 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html
docs/manual/mod/directives.html
docs/manual/mod/mod_status.html

index bec8764d6c63e1374253434f81720b96d05a633e..5f3abff39b055e7c3661273c2bb1535d23cc0e40 100644 (file)
@@ -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"
index 41dc12b319f2892947981748bcd7d387f32a87ce..d4dbf32d85b3c8696800fbd1181e8376ddbe40a8 100644 (file)
@@ -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>
index 481c8c3f48dfa2d0b46699e4f74769a71f583231..eec3f3df81f17cfd823a3614f7423081206bca8d 100644 (file)
@@ -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