From: Paul J. Reder Date: Thu, 18 Dec 2008 00:11:32 +0000 (+0000) Subject: Add backport submission for voting. X-Git-Tag: 2.2.12~318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ef060f2306a042f0bbb78d4a97bb733362ae86;p=thirdparty%2Fapache%2Fhttpd.git Add backport submission for voting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@727590 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c899837f419..c55acd5915a 100644 --- 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 ] + 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).