From: Stefan Eissing Date: Wed, 2 Mar 2016 12:25:43 +0000 (+0000) Subject: vote X-Git-Tag: 2.4.19~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=330063dcfa9021792666da6e2df5a9643b7839d0;p=thirdparty%2Fapache%2Fhttpd.git vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733270 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 951051e080e..43dcff5817b 100644 --- a/STATUS +++ b/STATUS @@ -129,6 +129,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: jailletc36, ylavic, icing + *) 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 + Note: httpd.h comment r.e. realiging bit fields must be omitted. + +1: wrowe, ylavic, icing + *) 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. @@ -168,15 +177,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: startup with "BalancerPersist on" due to the strict checks on the sizes of existing slotmems (slotmem_create/attach)? - *) 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 - Note: httpd.h comment r.e. realiging bit fields must be omitted. - +1: wrowe, ylavic - *) Use pre_connection hook in event.c to properly setup connection state of slave connections (eliminates hacks in mod_http2). Trunk patch: