mod_ratelimit Bandwidth Rate Limiting for Clients extension mod_ratelimit.c ratelimit_module

Provides a rate_limit filter to limit client bandwidth. The connection speed to be simulated is specified, in kb/s, using the environment variable rate-limit.

Example Configuration <Location /downloads>
SetHandler RATE_LIMIT
SetEnv rate-limit 400
</Location>