From: Takashi Sato
Date: Tue, 17 Jun 2008 12:10:40 +0000 (+0000)
Subject: Add a example of SeeRequestTail
X-Git-Tag: 2.3.0~477
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6890c0b0c8d933eaa7c98b20d0417e3b5efffc;p=thirdparty%2Fapache%2Fhttpd.git
Add a example of SeeRequestTail
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668628 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml
index c5c4cb39a35..86a3f195bce 100644
--- a/docs/manual/mod/mod_status.xml
+++ b/docs/manual/mod/mod_status.xml
@@ -158,6 +158,23 @@ of a request or the last 63, assuming the request itself is greater than
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 |
+
+
+ On |
+ orage/apache/htdocs/images/imagestore1/food/apples.jpg HTTP/1.1 |
+
+
+