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

--- Comment #4 from George <george.boob...@gmail.com> ---
You are correct the 1.2.3.4 is redacted and the actual ip is in the list.

Turned on trace8 and bingo - thanks!

When a single ip 1.2.3.4 is given

[Fri Jan 25 12:41:31.453912 2019] [remoteip:trace1] [pid 9517]
mod_remoteip.c(404): [client 1.2.3.47:57276] Using 1.2.3.4 as client's IP by
proxies 4.5.6.7
Works

When multiple: 1.2.3.4, 10.10.10.10

[Fri Jan 25 12:41:45.544435 2019] [remoteip:debug] [pid 9523]
mod_remoteip.c(341): [client 4.5.6.7:57333] AH01569: RemoteIP: Header
X-Forwarded-For value of 10.10.10.10 appears to be a private IP or nonsensical.
 Ignored
Fails


The x-forwarded-header contains a private internal address  and this causes it
to fail.
Is this correct - as I'm not sure I can stop the NGinx proxy sending the
internal address as part of the forwarded for header?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to