Welcome! Log In Create A New Profile

Advanced

Re: Nginx 1.4 problem

Alder Network
May 01, 2013 05:26PM
I tried
listen [::]:80 ipv6only=off;
and the TCP connection went through, but got
an http 400 bad response.

It would be nice to have a corresponding config
upgrade manual as well. Thanks,



On Wed, May 1, 2013 at 2:18 PM, Paul N. Pace <paulnpace@gmail.com> wrote:

> On Wed, May 1, 2013 at 2:07 PM, Maxim Dounin <mdounin@mdounin.ru> wrote:
> > Hello!
> >
> > On Wed, May 01, 2013 at 11:17:10AM -0700, Alder Network wrote:
> >
> >> Just for clarity, I want to be listening on both IPv4 and IPv6 on the
> same
> >> port.
> >
> > You have to write
> >
> > listen 80;
> > listen [::]:80;
> >
> > to listen on both IPv4 and IPv6.
>
> Doesn't that require ipv6only=on?
>
> listen 80;
> listen [::]:80 ipv6only=on;
>
>
> >
> >>
> >>
> >> On Wed, May 1, 2013 at 11:00 AM, Alder Network <aldernetwork@gmail.com
> >wrote:
> >>
> >> > netstat -pln shows the server is waiting on that port.
> >> >
> >> > Yes, I have been using in server section
> >> > listen [::]:80;
> >> > What is supposed to be for IPV4 now?
> >> >
> >> > I'll go over the changelist later, Thanks,
> >> >
> >> > - Alder
> >> >
> >> >
> >> > On Wed, May 1, 2013 at 10:40 AM, Maxim Dounin <mdounin@mdounin.ru>
> wrote:
> >> >
> >> >> Hello!
> >> >>
> >> >> On Wed, May 01, 2013 at 10:13:34AM -0700, Alder Network wrote:
> >> >>
> >> >> > Tried to upgrade to just-released Nginx1.4. TCP 3-way hand-shake
> >> >> > aborted by server's ACK+RST packet, but netstat shows server
> >> >> > is listening on that port. Any config has been changed since Nginx
> 1.2
> >> >> > to 1.4 in this regard?
> >> >>
> >> >> There are lots of changes in 1.4.0 compared to 1.2.x, see
> >> >> http://nginx.org/en/CHANGES-1.4.
> >> >>
> >> >> In this particular case I would recommend checking if nginx is
> >> >> listening on the port, the address, and the protocol in question.
> >> >> Note that since 1.3.4 ipv6only listen option is on by default, and
> >> >> if you have
> >> >>
> >> >> listen [::]:80;
> >> >>
> >> >> in your config, it no longer implies IPv4 addresses regardless of
> >> >> your OS settings.
> >> >>
> >> >> --
> >> >> Maxim Dounin
> >> >> http://nginx.org/en/donation.html
> >> >>
> >> >> _______________________________________________
> >> >> nginx mailing list
> >> >> nginx@nginx.org
> >> >> http://mailman.nginx.org/mailman/listinfo/nginx
> >> >>
> >> >
> >> >
> >
> >> _______________________________________________
> >> nginx mailing list
> >> nginx@nginx.org
> >> http://mailman.nginx.org/mailman/listinfo/nginx
> >
> >
> > --
> > Maxim Dounin
> > http://nginx.org/en/donation.html
> >
> > _______________________________________________
> > nginx mailing list
> > nginx@nginx.org
> > http://mailman.nginx.org/mailman/listinfo/nginx
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx 1.4 problem

Alder Network May 01, 2013 01:14PM

Re: Nginx 1.4 problem

Maxim Dounin May 01, 2013 01:42PM

Re: Nginx 1.4 problem

Alder Network May 01, 2013 02:02PM

Re: Nginx 1.4 problem

Alder Network May 01, 2013 02:18PM

Re: Nginx 1.4 problem

Maxim Dounin May 01, 2013 05:10PM

Re: Nginx 1.4 problem

openletter May 01, 2013 05:20PM

Re: Nginx 1.4 problem

Alder Network May 01, 2013 05:26PM

Re: Nginx 1.4 problem

James Cloos May 03, 2013 02:08AM

RE: Nginx 1.4 problem

Lukas Tribus May 03, 2013 04:02AM

Re: Nginx 1.4 problem

Miguel Clara May 06, 2013 12:34PM

Re: Nginx 1.4 problem

Maxim Dounin May 01, 2013 05:28PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 276
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready