update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / ap2-evasive / DESCR
1 mod_evasive is an evasive maneuvers module for Apache to provide evasive action
2 in the event of an HTTP DoS or DDoS attack or brute force attack. It is also
3 designed to be a detection and network management tool, and can be easily
4 configured to talk to ipchains, firewalls, routers, and etcetera. mod_evasive
5 presently reports abuses via email and syslog facilities.
6
7 Detection is performed by creating an internal dynamic hash table of IP
8 Addresses and URIs, and denying any single IP address from any of the
9 following:
10
11     * Requesting the same page more than a few times per second
12     * Making more than 50 concurrent requests on the same child per second
13     * Making any requests while temporarily blacklisted (on a blocking list)
14
15 This package is for use with apache version 2.