mherger wrote: 
> Is .1 the gateway? What ip are you accessing LMS from?

.1 is the gateway and the box on which the reverse proxy runs. I'm
accessing LMS from different ip's. In this case it was .20. The .50 in
my logfile is the server LMS is running on.

Actually, I think it should work if LMS took the X-FORWARDED-FOR header
set by the reverse proxy into consideration. Kind of like this (which is
not my code as I'm not very fluent in Perl):


Code:
--------------------
    $ip = $ENV{'HTTP_X_FORWARDED_FOR'} || $ENV{'REMOTE_ADDR'};
--------------------


------------------------------------------------------------------------
vco1's Profile: http://forums.slimdevices.com/member.php?userid=68036
View this thread: http://forums.slimdevices.com/showthread.php?t=108599

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to