<-
Apache > HTTP Server > Documentation > Version 2.3 > Modules

Apache Module mod_ratelimit

Available Languages:  en 

Description:Bandwidth Rate Limiting for Clients
Status:Extension
Module Identifier:ratelimit_module
Source File:mod_ratelimit.c

Summary

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>

Directives

This module provides no directives.

Available Languages:  en