From: Gustaf N. <ne...@wu...> - 2017-01-24 10:32:44
|
Am 24.01.17 um 11:02 schrieb David Osborne: > Can anyone come up with a scenario where a request could have 2 peer > IP addresses? > > We occasionally see entries in the naviserver access logs like this > one and I'm really not sure what to make of them: > > |10.x.x.x, 37.x.x.x - - [23/Jan/2017:07:55:55 +0000] "GET / HTTP/1.0" > 500 671 "https://www.domain.co.uk/index.html" "Opera/9.80 (Android; > Opera Mini/7.7.40394/37.9311; U; en) Presto/2.12.423 Version/12.16"| Maybe running behind a proxy and/or parameter "checkforproxy" of ns/server/${server}/module/nslog set to true? When this parameter is it, it will produce an entry as provided by X-Forwarded-For. -g |