]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose SeeRequestTail directive
authorJim Jagielski <jim@apache.org>
Tue, 20 Nov 2007 14:27:16 +0000 (14:27 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 20 Nov 2007 14:27:16 +0000 (14:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@596688 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2063f9ca60491872239e96b5c583b5db16989e79..8ff0805396931635f3f227f32d8540c274e08430 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -207,6 +207,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           space for the NUL, but they don't have related sections
           which assume a set size; this does (AP_IOBUFSIZE).
 
+   * mod_status: For long request lines we only see the front part of
+     the requests in mod_status, which is useless if they only vary
+     in their ending bits. Allow admin to specify whether they want
+     to see the 1st 63 chars of the request, or the last.
+     trunk:
+        http://svn.apache.org/viewvc?view=rev&revision=590641
+     2.2.x:
+        http://people.apache.org/~jim/patches/reqtail-patch.txt
+     +1: jim
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when