8 messages in ru.sysoev.nginxRe: a question about limit_zone module
FromSent OnAttachments
Manlio PerilloMay 23, 2007 5:09 am 
Igor SysoevMay 23, 2007 5:23 am 
Manlio PerilloMay 23, 2007 6:35 am 
Manlio PerilloMay 23, 2007 7:49 am 
Igor SysoevMay 23, 2007 7:59 am 
Manlio PerilloMay 23, 2007 8:15 am 
Igor SysoevMay 23, 2007 1:17 pm 
Manlio PerilloMay 23, 2007 1:25 pm 
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: a question about limit_zone moduleActions...
From:Manlio Perillo (manl@public.gmane.org)
Date:May 23, 2007 1:25:54 pm
List:ru.sysoev.nginx

Igor Sysoev ha scritto:

I would like to have a more general module, where I can limit, as an example, more that 3 connections in 1 seconds from the same address, or with the same value of an HTTP (including upstream) header.

No, nginx currently does not support this. I plan to extend limit_zone capabilites to limit say no more than 5 request per second with 10 requests burst (using leaky bucket algorithm).

Thanks, thats's great! I can use it to limit login attempts or multiple requests to heavy to render pages.