From: William A. Rowe Jr Date: Wed, 27 Jan 2010 18:27:19 +0000 (+0000) Subject: Move core flags into core.xml directives X-Git-Tag: 2.3.6~543 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c33969baf98612903c1746dca09cc6d6f949ff2;p=thirdparty%2Fapache%2Fhttpd.git Move core flags into core.xml directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903777 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 17573dee423..3ea3a187b69 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1092,6 +1092,40 @@ in case of an error Apache Log Files + + + +ExtendedStatus +Keep track of extended status information for each +request +ExtendedStatus On|Off +ExtendedStatus Off[*] +server config + + +

This option tracks additional data per worker about the + currently executing request, and a utilization summary; you + can see these variables during runtime by configuring + mod_status. Note that other modules may + rely on this scoreboard.

+ +

This setting applies to the entire server, and cannot be + enabled or disabled on a virtualhost-by-virtualhost basis. + The collection of extended status information can slow down + the server. Also note that this setting cannot be changed + during a graceful restart.

+
+ + +

Note that loading mod_status will change + the default behavior to ExtendedStatus On, while other + third party modules may do the same. Such modules rely on + collecting detailed information about the state of all workers. + The default is changed by mod_status beginning + with version 2.3.6; the previous default was always Off. + + + FileETag File attributes used to create the ETag @@ -2882,6 +2916,45 @@ later + +SeeRequestTail +Determine if mod_status displays the first 63 characters +of a request or the last 63, assuming the request itself is greater than +63 chars. +SeeRequestTail On|Off +SeeRequestTail Off +server config +Available in Apache 2.2.7 and later. + + +

mod_status with ExtendedStatus On + displays the actual request being handled. + For historical purposes, only 63 characters of the request + are actually stored for display purposes. This directive + controls whether the 1st 63 characters are stored (the previous + behavior and the default) or if the last 63 characters are. This + is only applicable, of course, if the length of the request is + 64 characters or greater.

+ +

If Apache is handling GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 mod_status displays as follows: +

+ + + + + + + + + + +
Off (default)GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples
Onorage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1
+ + +
+ ServerAdmin Email address that the server includes in error diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml index 7d8c577ba51..497e454be4c 100644 --- a/docs/manual/mod/mod_status.xml +++ b/docs/manual/mod/mod_status.xml @@ -65,8 +65,10 @@ performance

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

+ ExtendedStatus + is On. In version 2.3.6, loading mod_status will + toggle ExtendedStatus On + by default.

@@ -121,63 +123,5 @@ performance
- - -ExtendedStatus -Keep track of extended status information for each -request -ExtendedStatus On|Off -ExtendedStatus Off -server config - - -

This setting applies to the entire server, and cannot be - enabled or disabled on a virtualhost-by-virtualhost basis. - The collection of extended status information can slow down - the server.

-
- -
- - -SeeRequestTail -Determine if mod_status displays the first 63 characters -of a request or the last 63, assuming the request itself is greater than -63 chars. -SeeRequestTail On|Off -SeeRequestTail Off -server config -Available in Apache 2.2.7 and later. - - -

mod_status with ExtendedStatus On - displays the actual request being handled. - For historical purposes, only 63 characters of the request - are actually stored for display purposes. This directive - controls whether the 1st 63 characters are stored (the previous - behavior and the default) or if the last 63 characters are. This - is only applicable, of course, if the length of the request is - 64 characters or greater.

- -

If Apache is handling GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 mod_status displays as follows: -

- - - - - - - - - - -
Off (default)GET /disk1/storage/apache/htdocs/images/imagestore1/food/apples
Onorage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1
- -
- -
-