https://issues.apache.org/bugzilla/show_bug.cgi?id=54651
--- Comment #2 from Mike Rumph <[email protected]> --- Created attachment 31174 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31174&action=edit Patch to use correct IP address for trusted proxy comparison. Worked the patch in the bug description as an attachment. This patch is an essential fix for mod_remoteip to function properly. This fix should be receiving some attention. Without this fix the remoteip_modify_request() function in mod_remoteip.c will not be using the correct IP address for comparison against the trusted proxy list when the RemoteIPHeader header value is a list. The first pass of the while will work correctly, but the subsequent passes will not. -- 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]
