diff options
Diffstat (limited to 'docs/manual/mod/mod_ratelimit.xml')
-rw-r--r-- | docs/manual/mod/mod_ratelimit.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_ratelimit.xml b/docs/manual/mod/mod_ratelimit.xml index d35ed7c6d3..89d38a705f 100644 --- a/docs/manual/mod/mod_ratelimit.xml +++ b/docs/manual/mod/mod_ratelimit.xml @@ -33,11 +33,14 @@ the document to validate. --> <summary> -<p>Provides a <code>rate_limit</code> filter to limit client bandwidth.</p> +<p>Provides a <code>rate_limit</code> filter to limit client bandwidth. +The connection speed to be simulated is specified, in kb/s, using the environment +variable <code>rate-limit</code>.</p> -<example> +<example><title>Example Configufation</title> <Location /downloads><br /> -SetHandler rate_limit<br /> +SetHandler RATE_LIMIT<br /> +SetEnv rate-limit 400 </Location> </example> |