mod_antiloris

7 Recommendations
58 Downloads (This Week)
Last Update:
Download mod_antiloris-0.4.tar.bz2
Browse All Files

Description

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.

mod_antiloris Web Site

Categories

License

Apache License V2.0

Update Notifications





User Ratings

 
 
7
0
Write a Review

User Reviews

  • Posted by Jesse 2012-11-11

    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....

Read more reviews

Additional Project Details

Intended Audience

System Administrators

Programming Language

C

Registered

2010-06-27

Icons must be PNG, GIF, or JPEG and less than 1 MiB in size. They will be displayed as 48x48 images.