Apache HTTP Server Version 2.3

Available Languages: en
| Description: | Bandwidth Rate Limiting for Clients |
|---|---|
| Status: | Extension |
| Module Identifier: | ratelimit_module |
| Source File: | mod_ratelimit.c |
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.
<Location /downloads>
SetHandler RATE_LIMIT
SetEnv rate-limit 400
</Location>
This module provides no directives.
Available Languages: en