<p dir="ltr">I have just one server configured with a single Ip address but I still see this.</p>
<p dir="ltr">Thanks<br>
-Kunal</p>
<div class="gmail_quote">On Feb 19, 2015 5:05 AM, "Maxim Dounin" <<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
On Wed, Feb 18, 2015 at 09:03:47PM -0600, Kunal Pariani wrote:<br>
<br>
> Hello,<br>
> I have just 1 backend server being reverse-proxied through nginx. The access log lists this one request for which the $upstream_addr has the same ip:port twice. Is this a bug ?<br>
><br>
> ::ffff:<a href="http://10.255.255.248:51947" target="_blank">10.255.255.248:51947</a> - - [18/Feb/2015:19:52:43 -0600] "GET / HTTP/1.1" 302 454 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:35.0) Gecko/20100101 Firefox/35.0" "a.b.c.d:e, a.b.c.d:e "<br>
><br>
> This is how the the log_format is defined<br>
> log_format upstream '$remote_addr:$remote_port - $remote_user [$time_local] '<br>
> '"$request" $status $bytes_sent '<br>
> '"$http_referer" "$http_user_agent" "$upstream_addr"';<br>
<br>
This can legitimately happen, e.g., if you configure an upstream<br>
with multiple servers with the same IP address.<br>
<br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" target="_blank">http://nginx.org/</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>