https://bz.apache.org/bugzilla/show_bug.cgi?id=58097
William A. Rowe Jr. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #4 from William A. Rowe Jr. <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
