update Tue Jun 22 06:37:08 PDT 2010
[pkgsrc.git] / wip / ap-choke / DESCR
1 mod_choke is a module for Apache that limits usage by greedy clients.
2 It's two main functions are to limit the number of concurrent
3 connections per IP, and to limit the rate at which apache sends data
4 to the client. It includes detection of users behind proxy servers
5 (using the X-Referred-By header). It includes limiting the speed at
6 which files are sent to a configurable rate, with the option of
7 allowing a burst at full speed for the first chunk of a file.