From c6cf68f049d6138886100f150ea4c9dcfe4173bc Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 18 Sep 2015 16:57:33 +0000 Subject: [PATCH] Propose mod_proxy fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1703903 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 07b1ecf752..492083ce90 100644 --- a/STATUS +++ b/STATUS @@ -268,7 +268,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: svn diff ^/httpd/httpd/branches/2.4.x ^/httpd/httpd/branches/2.4.17-protocols-http2 +1: icing, jim - *) mod_slotmem_shm: Fix slots/SHM files names on restart for systems that can't create new (clear) slots while previous children gracefully stopping still use the old ones (e.g. Windows, OS2). PR 58024. @@ -284,6 +283,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: merge patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_slotmem_shm-generation.patch +1: ylavic, jim + *) mod_proxy: don't recyle backend announced "Connection: close" connections + to avoid reusing it should the close be effective after some new request + is ready to be sent. + trunk patch: http://svn.apache.org/r1678763 + http://svn.apache.org/r1703807 + http://svn.apache.org/r1703813 + 2.4.x patch: trunk works (module CHANGES) + +1: ylavic + ylavic: while at it, I also included r1678763 which is only an + optimization, but allows to keep code in sync with trunk. + + *) mod_proxy: Fix ProxySourceAddress binding failure with AH00938. PR 56687. + trunk patch: http://svn.apache.org/r1703902 + 2.4.x patch: trunk works (module CHANGES) + +1: ylavic + + PATCHES/ISSUES THAT ARE BEING WORKED * mod_proxy_http: Don't establish or reuse a backend connection before pre- -- 2.40.0