Commit 25b075b9 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

tested and voted


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733471 13f79535-47bb-0310-9956-ffa450edef68
parent 7754d153
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/r1727603
     2.4.x patch:
         Trunk version of patch works modulo CHANGES
     +1: icing, ylavic
     +1: icing, ylavic, jim

  *) mod_proxy: Play/restore the TLS-SNI on new backend connections which
     had to be issued because the remote closed the previous/reusable one
@@ -156,7 +156,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1732986
                  http://svn.apache.org/r1733056
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_proxy-SNI_reuse-v2.patch
     +1: ylavic, icing
     +1: ylavic, icing, jim

   * prefork: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
           its parameter when starting httpd as single process (httpd -X).
@@ -164,14 +164,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1733064
                  http://svn.apache.org/r1733068
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-prefork-ONE_PROCESS_POD.patch
     +1: ylavic, icing
     +1: ylavic, icing, jim

  *) mod_ssl: When SSLVerify is disabled (NONE), don't force a renegotiation if
     the SSLVerifyDepth applied with the default/handshaken vhost differs from
     the one applicable with the finally selected vhost.
     trunk patch: http://svn.apache.org/r1684171
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-SSLVerify_NONE_no_reneg_Depth.patch
     +1: ylavic, icing
     +1: ylavic, icing, jim

  *) core: Ensure that httpd exits with an error status when the MPM fails
     to run.
@@ -181,7 +181,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1733162
                  http://svn.apache.org/r1733173
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-exit_with_error_on_mpm_failure.patch
     +1: ylavic
     +1: ylavic, jim


PATCHES/ISSUES THAT ARE BEING WORKED