mod_ratelimitBandwidth Rate Limiting for Clientsextensionmod_ratelimit.cratelimit_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>