Hi,
We're using Apache 2.4.7 as Reverse Proxy for Domino and observed that the Internet Users in Domino Admin have the Reverse Proxy IP in the Remote Address instead of their real IPs .
Have the following settings in config:
ServerName ....
ServerAlias ....
ProxyRequests Off
<Proxy balancer://my_cluster>
ProxyPreserveHost On
Balancer Manager ...
Balancer Manager ...
AllowOverride None
Order allow, deny
allow from all
</Proxy>
ProxyPass / balancer://my_cluster/
ProxyPassReverse / balancer://my_cluster/
SSL Certificate Section
.....
Please advise if anybody knows what else should be added to forward/preserve the client IP in Domino Admin -> Internet Users.
I have tried to add RemoteIPHeader X-Forwarded-For
, however no changes.