Commit 5123bb1e authored by Stefan Eissing's avatar Stefan Eissing
Browse files

vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733270 13f79535-47bb-0310-9956-ffa450edef68
parent 3e019f26
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -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: