|
|||
|
apache2 and mod_ipdrop
We have recently switched from apache 1.3 to apache2 and have found that life got a whole lot tougher without it. I know that mod_ipdrop is only for apache 1.3, but i was wondering if there was a replacement for it. mod_bw and mod_vhost_limit don't quite fit our needs, as we are looking for something that can limit the number of requests per IP for one particular VHOST.
Any help would be greatly appreciated. |
|
|||
|
mod_limitipconn.c
URL: mod_limitipconn.c Description: This is an Apache 2.2 C module whose purpose is to limit the maximum number of simultaneous connections per IP address. The module allows inclusion and exclusion of files based on MIME type. Requires: mod_status This module will not function unless mod_status is loaded and the "ExtendedStatus On" directive is set. mod_cband URL: http://codee.pl/cband.html Description: mod_cband is an Apache 2 module provided to solve the problem of limiting users' and virtualhosts' bandwidth usage. The current versions can set virtualhosts' and users' bandwidth quotas, maximal download speed (like in mod_bandwidth), requests-per-second speed and the maximal number of simultanous IP connections (like in mod_limitipconn) |
![]() |
| Tags |
| apache2 mod_ipdrop |
| Thread Tools | |
| Display Modes | |
|
|