2015-01-10 21:46:01 by Thomas Klausner | Files touched by this commit (20) | |
Log message: Remove packages using www/apache/module.mk, which was removed a long time ago. |
2012-09-24 18:47:36 by Aleksej Saushev | Files touched by this commit (1) |
Log message: Support staged installation. |
2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message: Remove obsolete @dirrm lines. |
2005-06-13 02:09:07 by Krister Walfridsson | Files touched by this commit (15) |
Log message: Remove obsolete USE_BUILDLINK3=yes. |
2005-03-16 01:57:55 by Dominik Bialy | Files touched by this commit (6) | |
Log message: mod_choke is a 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. It includes detection of users behind proxy servers (using the X-Referred-By header). It includes limiting the speed at which files are sent to a configurable rate, with the option of allowing a burst at full speed for the first chunk of a file. |