You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/02/11 17:28:53 UTC

[Bug 58097] [feat] Preserve original connecting IP

https://bz.apache.org/bugzilla/show_bug.cgi?id=58097

William A. Rowe Jr. <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #4 from William A. Rowe Jr. <wr...@apache.org> ---
This is already documented in the httpd docs;

"In overriding the client IP, the module stores the list of intermediate hosts
in a remoteip-proxy-ip-list note, which mod_log_config can record using the
%{remoteip-proxy-ip-list}n format token. If the administrator needs to store
this as an additional header, this same value can also be recording as a header
using the directive RemoteIPProxiesHeader."

As Mike points out, %{c}a in 2.4 also tracks the immediate connection's IP
address (although mod_remoteip may unwind a number of intermediates and these
all get tracked in the field noted above).  Since you are using a backport,
this is unlikely to be helpful.

And as this module was introduced in 2.4, there is no remaining issue here to
address, chalking this up as asked and answered.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org