Module for Apache that limits usage by greedy clients. It's two main functions are to limit the number of concurrent connections per IP, and to limit the rate at which apache sends data to the client, with burst support for the first chunks of a file. . It includes detection of users behind proxy servers (using the X-Referred-By header).