mod_evasive for nginx?
Asked Answered
P

2

11

I am using mod_evasive for apache which manages DOS, that is it automatically blacklist IP's that do too much http queries during a delta time.

Does it exists on nginx ?

Phonemics answered 31/1, 2011 at 9:4 Comment(0)
T
10

No, it doesn't. But you can use ngx_http_limit_req_module. For more information about this module, look for documentation: https://nginx.org/en/docs/http/ngx_http_limit_req_module.html

Tansy answered 1/2, 2011 at 4:26 Comment(0)
H
1

According to Nginx Module comparison matrix the HttpLimitZoneModule is equivalent to mod_evasive of apache.

This directive is made obsolete in version 1.1.8, an equivalent limit_conn_zone directive with a changed syntax should be used instead.

Further instructions for new module and directives can be found here.

Hydroelectric answered 23/1, 2015 at 17:12 Comment(1)
Dead link, archived version here. It says LimitZone is comparable to mod_evasive in lighttpd, not Apache.Amphiaster

© 2022 - 2024 — McMap. All rights reserved.