With this module, apache is protected against the slowloris attack. The module limits the number of threads in READ state on a per IP basis.
License
Apache License V2.0Follow mod_antiloris
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
just found a very questionable code in it. in pre-connection function, if (ip_count > conf->limit) { ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, "Rejected, too many connections in READ state from %s", c->remote_ip); return OK; } else { return DECLINED; } looks like it will reject all legit requests. i'm confused....
-
Good work:)