From 3726629f0f8b8d9a80d93170a1438b766c5b3311 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Mon, 17 Feb 2014 20:42:15 +0000 Subject: [PATCH] Vote for mod_proxy fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1569108 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/STATUS b/STATUS index 9b076a10c8..2f7828a111 100644 --- a/STATUS +++ b/STATUS @@ -98,6 +98,14 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_proxy: Use consistent canon formats for http, ajp and fcgi (if provided + port is the default port, don't add to canon URI). Ensures that ajp and + fcgi uses the defined workers and not the default generic reverse proxy + worker. + trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1542562 + 2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch + +1: jim, druggeri, mrumph + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -114,20 +122,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: without mod_request and mod_session present would cause the very same failure. Would a warning in the release notes be good enough? - * mod_proxy: Use consistent canon formats for http, ajp and fcgi (if provided - port is the default port, don't add to canon URI). Ensures that ajp and - fcgi uses the defined workers and not the default generic reverse proxy - worker. - trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1542562 - 2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch - +1: jim, druggeri - * prefork: PR: 54852. Only use a dummy_connection for idle processes trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379 2.4.x patch: trunk patch works mod CHANGES +1: jim, covener - * FreeBSD: Disable IPv4-mapped listening sockets by default for versions 5+ instead of just for FreeBSD 5. PR 53824. trunk patch: http://svn.apache.org/r1551685 -- 2.40.0