From: Takashi Sato Date: Tue, 17 Jun 2008 16:28:48 +0000 (+0000) Subject: Merge r668620 and r668628 from trunk: X-Git-Tag: 2.2.10~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fdff6666b48501a78cc79465aeadfbf786f728f;p=thirdparty%2Fapache%2Fhttpd.git Merge r668620 and r668628 from trunk: * clean the compatibility note of SeeRequestTail * use * Add a example of SeeRequestTail git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@668729 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml index 99c68412781..8b27fb7afbb 100644 --- a/docs/manual/mod/mod_status.xml +++ b/docs/manual/mod/mod_status.xml @@ -149,17 +149,34 @@ of a request or the last 63, assuming the request itself is greater than SeeRequestTail On|Off SeeRequestTail Off server config -SeeRequestTail is only available in Apache 2.2.7 and -later. +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 +

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/fruits
Onorage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1
+