Hi all!
I know there is the "Save IP" functionality in Limesurvey - but this does not work in my case because I have a Load Balancer in front of the server running limesurvey. Limesurvey always saves the IP of the loadbalancer.
This setup cannot be changed... ;-/
Does somebody know how/where I can modify Limesurvey to save the X-Forwarded-FOR IP Address ?!?
[11:59] <c_schmitz> |crs|: lets see
[11:59] <c_schmitz> currently $_SERVER is used
[12:00] <c_schmitz> save.php around line 336
[12:01] <c_schmitz> i think you can replace that with $_SERVER
[12:02] <|crs|> that would have been my question... so $_SERVER should work?
[12:02] <c_schmitz> yeah
[12:02] <|crs|> thanks a lot! i will check it!
I am currently running Version 2.00+ Build 130428, and I have setup LimeSurvey behind our loadbalancing server. However, I am still only seeing the IP address of the load balancer. Is there something that has to be adjusted in the new versions to enable this?