From e92c93ac2fc01989f2d87b8614f094a6eee7d6d3 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 12 Feb 2016 01:24:44 +0000 Subject: [PATCH] Submitted for consideration... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1729932 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/STATUS b/STATUS index 337d41fbcd..9c5dd259b4 100644 --- a/STATUS +++ b/STATUS @@ -185,6 +185,28 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk patch applies clean, modulo CHANGES +1: wrowe, mrumph + *) core: Track the useragent_host per-request when mod_remoteip or similar + modules track a per-request useragent_ip. Modules should be updated + to inquire for ap_get_useragent_host() in place of ap_get_remote_host(). + Trunk version of patch: + http://svn.apache.org/r1729929 + Trunk patch to core.c/http_core.h applies, modulo CHANGES & ap_mmn.h + +1: wrowe + + *) hostname: Test and log useragent_host per-request across various modules, + including the scoreboard, expression and rewrite engines, setenvif, + authz_host, access_compat, custom logging, ssl and REMOTE_HOST variables. + PR55348 [William Rowe] + Trunk version of patch: + http://svn.apache.org/r1729930 + http://svn.apache.org/r1729931 + Trunk patch r1729930 applies, modulo CHANGES + Backport patch to r1729931 is noted in the commit log message + Requires r1729929 to be applied. + +1: wrowe + + + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if -- 2.50.1