]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add backport submission for voting.
authorPaul J. Reder <rederpj@apache.org>
Thu, 18 Dec 2008 00:11:32 +0000 (00:11 +0000)
committerPaul J. Reder <rederpj@apache.org>
Thu, 18 Dec 2008 00:11:32 +0000 (00:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@727590 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c899837f4191e83a3a75742b9b7b3fb4f53b8f12..c55acd5915a9b686cf5b25e28014a7d3759fc721 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,6 +124,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://people.apache.org/~rederpj/backport_PR42571_moduleVhostToStdout.diff
    +1: rederpj, covener
 
+ * Set Listen protocol to "https" if port is set to 443 and no proto is specified
+     (as documented but not implemented). PR 46066  [Dan Poirier <poirier pobox.com>]
+   Trunk version of patch:
+      http://svn.apache.org/viewvc?view=rev&revision=727477
+   Backport version for 2.2.x of patch (trunk patch applies with offset):
+      http://people.apache.org/~rederpj/backport_PR46066_443https.diff
+   +1: rederpj, 
+   
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).