Skip to main content
Participant
September 7, 2012
Question

Collect the real public IP address on FMS access log

  • September 7, 2012
  • 1 reply
  • 940 views

We would collect the real public IP address on FMS access log but on our FMS server only can collect 127.0.0.1 from outside.

only can collect the following log with 127.0.0.1. any suggestion configure on httpd.conf??

127.0.0.1 - - [03/Sep/2012:10:37:24 -0700] "GET /sign1.m3u8 HTTP/1.1" 206 2 "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:24 -0700] "GET /sign1.m3u8 HTTP/1.1" 206 148 "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:29 -0700] "GET /" 200 25845 "-" "-"

127.0.0.1 - - [03/Sep/2012:10:37:30 -0700] "GET /" 200 25845 "-" "-"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /sign1.m3u8 HTTP/1.1" 304 - "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /sign1.m3u8 HTTP/1.1" 206 148 "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /sign1.m3u8 HTTP/1.1" 200 148 "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /hls-live/Sign1/_definst_/liveevent_sign1/livestream.m3u8 HTTP/1.1" 404 352 "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /sign1.m3u8 HTTP/1.1" 304 - "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /sign1.m3u8 HTTP/1.1" 206 148 "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /sign1.m3u8 HTTP/1.1" 304 - "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /sign1.m3u8 HTTP/1.1" 206 148 "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /sign1.m3u8 HTTP/1.1" 200 148 "-" "AppleCoreMedia/1.0.0.9B206 (iPhone; U; CPU OS 5_1_1 like Mac OS X; en_us)"

127.0.0.1 - - [03/Sep/2012:10:37:35 -0700] "GET /hls-live/Sign1/_definst_/liveevent_sign1/livestream.m3u8 HTTP/1.1"

This topic has been closed for replies.

1 reply

Adobe Employee
September 7, 2012

I think this might be because you have your Apache configured on 8134 and FMS on port 80 and all http traffic is redirected by FMSEdge to Apache and since its re-direct from that the machine itself everything is getting logged as 127.0.0.1.

If RTMPT is not as issue for you and you can turn it off - you can make your Apache listen on port 80. But if you want RTMPT traffic too - you would have to make few changes. You can upgrade to 4.5.1 where we made those changes - where in Apache is in front of FMS unlike previous. Now Apache listens to port 80 and RTMPT traffic is re-directed from Apache to FMS.

LegCoITOAuthor
Participant
September 10, 2012

Hi, thx for your reply. But the latest version for FMS is 4.5.3, Do I need to upgrade to 4.5.1 first then upgrade to 4.5.3 ?

Adobe Employee
September 10, 2012

No - you can directly upgrade to 4.5.3