Kopano WebApp behind reverse proxy
-
Hi,
is there are a way to get the original ip logged wich accessed WebApp when running WebApp behind a reverse proxy?
For Z-Push there is an option in the z-push.conf.php ‘USE_X_FORWARDED_FOR_HEADER’ wich does exactly what i want.
Is there a similar option for WebApp?
Any suggestions?
Regards
Richard -
For everyone who has the same problem, there is a way to achieve this with an apache config:
sudo a2enmod remoteip
In apache config use the following directive:
RemoteIPHeader X-Forwarded-For
Regards
Richard