Re: Nginx 1.4 problem

2013-05-06 Thread James Cloos
ng them. :) My expectation was that it would work, but it seems some applications force it to work by Doing What I Mean behind my back. :) Evidently I'm going to have to write a test app to confirm things. Probably later today. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___

Re: Nginx 1.4 problem

2013-05-06 Thread James Cloos
No it is not expected. Everything else sees conenctions to anything in 127.0.0.0/8 when listen(2)ing to ::1 with bindv6only off. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx 1.4 problem

2013-05-02 Thread James Cloos
>>>>> "AN" == Alder Network writes: AN> I tried AN> listen [::]:80 ipv6only=off; Although [::]:80 ipv6only=off; does work as advertized (including for localhost sockets), [::1]:80 ipv6only=off; fails to respond to v4 connections. -JimC -- James Cloos