On Fri, Sep 19, 2025 at 10:42 PM Guacamole <[email protected]> wrote:

> Nick,
>
> Just wanted to confirm that the threads you linked to provided the
> solution.  The following code, added to system.xml, is what populated the
> IP address field with the source IP, instead of proxy IP, in the log:
>
>         <Valve className="org.apache.catalina.valves.AccessLogValve"
>                directory="logs"
>                prefix="access"
>                suffix=".log"
>                pattern="%{X-Forwarded-For}i %l %u %t &quot;%r&quot; %s %b"
>                rotatable="false" />
>
> Many thanks for your help.
>
>
Glad you got it working, Dave, and thanks for replying back with the
solution.

-Nick

>

Reply via email to