Setting remote IP source

When authenticating using HTTP based protocols the system uses the remote address property as the client source. When using a reverse proxy this will in most cases result in logging the proxy address instead of the actual client. 

If the reverse proxy send the actual remote client ip in a parameter the server can be configured using this parameter (often X-Forwarded-For).

Instruction

Set following global property in the vmoptions-file/startup script :

-Dphenixid.auth.client.address=the_paramater_holding_client_ip
#Example:
-Dphenixid.auth.client.address=X-Forwarded-For