From: Jim Jagielski Date: Tue, 11 Aug 1998 15:37:50 +0000 (+0000) Subject: Move the ExtendedStatus option to mod_status X-Git-Tag: 1.3.2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c968cb5dd149dac5e47b2575657b9ca7db8311b;p=apache 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 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index bec8764d6c..5f3abff39b 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -38,7 +38,6 @@ always available.
  • DocumentRoot
  • ErrorDocument
  • ErrorLog -
  • ExtendedStatus
  • <Files>
  • <FilesMatch>
  • Group @@ -846,40 +845,6 @@ than the user that starts the server.

    See also: LogLevel


    -

    ExtendedStatus directive

    - -Syntax: ExtendedStatus On|Off
    -Default: ExtendedStatus Off
    -Context: server config
    -Status: core
    -Compatibility: ExtendedStatus is only available - in Apache 1.3 and later - -

    -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. -

    -

    -This setting applies to the entire server, and cannot be enabled or -disabled on a virtualhost-by-virtualhost basis. -


    -

    <Files> directive

    ExpiresActive
  • ExpiresByType
  • ExpiresDefault -
  • ExtendedStatus +
  • ExtendedStatus
  • FancyIndexing
  • <Files>
  • <FilesMatch> diff --git a/docs/manual/mod/mod_status.html b/docs/manual/mod/mod_status.html index 481c8c3f48..eec3f3df81 100644 --- a/docs/manual/mod/mod_status.html +++ b/docs/manual/mod/mod_status.html @@ -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. +

    ExtendedStatus directive

    + +Syntax: ExtendedStatus On|Off
    +Default: ExtendedStatus Off
    +Context: server config
    +Status: Base
    + Module: mod_status
    +Compatibility: ExtendedStatus is only available + in Apache 1.3 and later + +

    +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. +

    +

    +This setting applies to the entire server, and cannot be enabled or +disabled on a virtualhost-by-virtualhost basis. +

    +

    Enabling Status Support

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

    Full Instrumentation

    - -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 -jim@apache.org and tell us your configuration. - -

    - -Do this by using the following run-time directive: -

    -        ExtendedStatus On
    -
    -
    It should be noted that if mod_status is compiled into