From: Vincent Bray Date: Tue, 18 Sep 2007 04:58:33 +0000 (+0000) Subject: Backport r576690 (PR38644 mod_status no longer needs to be recompiled to show extende... X-Git-Tag: 2.0.62~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56dbfdfb5edfc7d6a1ff4f2bdd706d6e9a6b711;p=thirdparty%2Fapache%2Fhttpd.git Backport r576690 (PR38644 mod_status no longer needs to be recompiled to show extended status items) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@576698 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml index c896b628302..dd55ae4a76f 100644 --- a/docs/manual/mod/mod_status.xml +++ b/docs/manual/mod/mod_status.xml @@ -64,9 +64,9 @@ performance
  • The current hosts and requests being processed (*)
  • -

    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.

    +

    The lines marked "(*)" are only available if + ExtendedStatus + is On.