]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a concrete patch for backporting ap_get_server_version()
authorJeff Trawick <trawick@apache.org>
Wed, 6 Sep 2006 05:58:14 +0000 (05:58 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 6 Sep 2006 05:58:14 +0000 (05:58 +0000)
changes to 2.2.x without breaking existing modules

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@440624 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7e1274f5a1e139d646b0664cf9f4a58f48acb02f..fe882a2d8afec292b02b85b47ca1cac03aed4cf5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -175,8 +175,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           (proxy_interpolatem, proxy_vars) which does not belong to the pingpong patch.
 
     * mod_ext_filter: Handle filter names which include capital letters.
-     PR 40323.
-     Trunk patch, which applies:
-       http://svn.apache.org/viewvc?view=rev&revision=440028
-     +1: trawick, rpluem
+      PR 40323.
+      Trunk patch, which applies:
+        http://svn.apache.org/viewvc?view=rev&revision=440028
+      +1: trawick, rpluem
+
+    * full server version information in the error log at startup as well as server 
+      status reports, regardless of ServerTokens
+        http://people.apache.org/~trawick/banner-2.2.x-rev1.txt
+      +1: trawick