<-
Apache > Serveur HTTP > Documentation > Version 2.4 > Modules

Module Apache mod_ratelimit

Langues Disponibles:  en  |  fr 

Description:Limitation de la bande passante pour les clients
Statut:Extension
Identificateur de Module:ratelimit_module
Fichier Source:mod_ratelimit.c

Sommaire

Ce module fournit un filtre rate_limit pour limiter la bande passante des clients. La variable d'environnement rate-limit permet de spécifier, en kb/s, le débit de la connexion à simuler.

Exemple de configuration

<Location /downloads>
    SetOutputFilter RATE_LIMIT
    SetEnv rate-limit 400
</Location>

Directives

Ce module ne fournit aucune directive.

Langues Disponibles:  en  |  fr 

top

Commentaires

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.