Nginx 1.0 + IPv6 kills server when accessed over IPv6

Igor Sysoev igor at sysoev.ru
Tue Apr 19 08:08:50 MSD 2011


On Mon, Apr 18, 2011 at 06:25:52PM -0400, egill wrote:
> Hi again.
> 
> Thanks for the replies. I tested 0.9.4 and it works - 0.9.5 and newer
> all reproduce the same problem.
> 
> Maxim, it would be interesting to know if you have any further thoughts
> on that. 
> 
> At least now I know what to look for and I guess I'll be careful with
> 0.9.5+ in the  near future! :)
> 
> Thanks for your time!

Try to set the backlog option for listening socket:

       listen  80  backlog=1024;
or 
       listen  [::]:80  backlog=1024;


-- 
Igor Sysoev



More information about the nginx mailing list