You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2008/06/17 14:10:40 UTC

svn commit: r668628 - /httpd/httpd/trunk/docs/manual/mod/mod_status.xml

Author: takashi
Date: Tue Jun 17 05:10:40 2008
New Revision: 668628

URL: http://svn.apache.org/viewvc?rev=668628&view=rev
Log:
Add a example of  SeeRequestTail

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_status.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_status.xml?rev=668628&r1=668627&r2=668628&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_status.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_status.xml Tue Jun 17 05:10:40 2008
@@ -158,6 +158,23 @@
     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>