I am a bit of a muppet. My reason for using mod_remoteip was to be able to get
client IPs into the error logs, but I've just discovered that the %i format
specifier is available to ErrorLogFormat, so I can use X-Forwarded-For directly
there.
As mod_remoteip seems to remove X-Forwarded-For as we
On 20 October 2024 18:05, Daniel Ferradal Márquez wrote:
> What is your "RemoteIpHeader" setting? You have to specify it for
> mod_remoteip to work.
>
> Have you made sure you are getting that header from the front-end with the
> correct client ip?
RemoteIPHeader is set to X-Forwarded-For.
It's