Limited rate of proxy_pass per IP?

Hello,

Is it possible to limit proxy_pass rate per IP? Currently I can limit
conn per IP with firewall, but the most resource usage is behind the
application server. That’s why I want to limit it.

Thanks.

Posted at Nginx Forum:

Hello!

On Fri, Jan 14, 2011 at 08:03:00AM -0500, jcisio wrote:

Is it possible to limit proxy_pass rate per IP? Currently I can limit
conn per IP with firewall, but the most resource usage is behind the
application server. That’s why I want to limit it.

http://wiki.nginx.org/HttpLimitReqModule

Maxim D.

Thanks. I should have tried it before ask. I used it once, but then
replaced by a firewall solution. Now the hackers seem more intelligent,
they don’t request pages which are served directly by nginx. I’ll try it
again.

Posted at Nginx Forum: