Am 11-02-2014 12:48, schrieb Maxim Dounin:
Hello!
On Tue, Feb 11, 2014 at 12:34:59PM +0100, Aleksandar Lazic wrote:
[snipp]
>You haven't shown your server level configuration.
>Do you use deferred accept?
yes
listen <IP>:80 deferred default_server;
Try switching it off, there could be a problem if kernel decides
to switch to syncookies, see this ticket for details:
http://trac.nginx.org/nginx/ticket/353
(The problem is fixed in 1.5.10, and 1.4.5 will have the fix,
too.)
Ok thanks.
I have now removed deferred and added backlog=1024
Should I add deferred again when I update to 1.4.5?
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx