IPv6 support
任晓磊
julyclyde at gmail.com
Mon Feb 1 10:41:01 MSK 2010
Sorry for typo.
I set "listen 80; listen [::]:80;" , got "[emerg]: bind() to [::]:80
failed (98: Address already in use)"
I set " listen [::]:80; listen 80;", got "[emerg]: bind() to
0.0.0.0:80 failed (98: Address already in use)"
In one word, the later listen directive fails.
2010/2/1 任晓磊 <julyclyde at gmail.com>:
> If I don't specify "default ipv6only=on", I would get
>
> [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
> [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
> [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
> [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
> [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
> [emerg]: still could not bind()
>
> How's this going on?
> --
> Ren Xiaolei
>
--
Ren Xiaolei
More information about the nginx
mailing list