]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a example of SeeRequestTail
authorTakashi Sato <takashi@apache.org>
Tue, 17 Jun 2008 12:10:40 +0000 (12:10 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 17 Jun 2008 12:10:40 +0000 (12:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668628 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_status.xml

index c5c4cb39a35f4a9b22e44b841ec658b5a73b0393..86a3f195bcedfde7beb9321007c597697adaf5d0 100644 (file)
@@ -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.</p>
+
+    <p>If Apache is handling <code
+    >GET&nbsp;/disk1/storage/apache/htdocs/images/imagestore1/food/apples.jpg&nbsp;HTTP/1.1</code
+    > mod_status displays as follows:
+    </p>
+
+    <table border="1">
+      <tr>
+        <th>Off (default)</th>
+        <td>GET&nbsp;/disk1/storage/apache/htdocs/images/imagestore1/food/fruits</td>
+      </tr>
+      <tr>
+        <th>On</th>
+        <td>orage/apache/htdocs/images/imagestore1/food/apples.jpg&nbsp;HTTP/1.1</td>
+      </tr>
+    </table>
+
 </usage>
 
 </directivesynopsis>