This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Feb 2, 2018, 1:30 PM
30 Posts

Apache Reverse Proxy - forward client IP / Remote Address to Domino Internet Users

  • Category: Other
  • Platform: All Platforms
  • Release: 9.0.1
  • Role:
  • Tags: apache reverse proxy
  • Replies: 0

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.


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal