You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/02/12 02:24:45 UTC

svn commit: r1729932 - /httpd/httpd/branches/2.4.x/STATUS

Author: wrowe
Date: Fri Feb 12 01:24:44 2016
New Revision: 1729932

URL: http://svn.apache.org/viewvc?rev=1729932&view=rev
Log:
Submitted for consideration...

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1729932&r1=1729931&r2=1729932&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Feb 12 01:24:44 2016
@@ -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