4 messages in ru.sysoev.nginxRe: Denial of service prevention
FromSent OnAttachments
Shark Fin SoupFeb 22, 2007 8:41 pm 
Igor SysoevFeb 22, 2007 10:08 pm 
Shark Fin SoupFeb 23, 2007 12:11 am 
Igor SysoevFeb 23, 2007 3:51 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Denial of service preventionActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Feb 23, 2007 3:51:20 am
List:ru.sysoev.nginx

On Fri, Feb 23, 2007 at 03:12:00PM +0700, Shark Fin Soup wrote:

This is my config file. How would I use that feature. I tried it last week and could not get it to work. My config file is not very straight forward. I want to make sure that I cannot receive more than 10 concurrent connections from a single IP address.

http { limit_zone one $binary_remote_addr 10m; limit_conn one 10;

These directives should allow up to 10 concurrent connections from a single IP address. I can debug the problem after March 3.