summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_ratelimit.html.en
diff options
context:
space:
mode:
authorIgor Galić <igalic@apache.org>2011-11-24 16:40:53 +0100
committerIgor Galić <igalic@apache.org>2011-11-24 16:40:53 +0100
commitfae7207c35403df6ab9b1f829b0daa69d74489ff (patch)
treefc4c4ea8cade3faa0a648c5bf0fa22c5ac50a072 /docs/manual/mod/mod_ratelimit.html.en
parentPr#52239: clarify Event MPM's behaviour with strictly (diff)
downloadapache2-fae7207c35403df6ab9b1f829b0daa69d74489ff.tar.xz
apache2-fae7207c35403df6ab9b1f829b0daa69d74489ff.zip
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ratelimit.html.en')
-rw-r--r--docs/manual/mod/mod_ratelimit.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en
index a1972b729b..52bb6914d6 100644
--- a/docs/manual/mod/mod_ratelimit.html.en
+++ b/docs/manual/mod/mod_ratelimit.html.en
@@ -30,14 +30,14 @@
<h3>Summary</h3>
-<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
+<p>Provides a filter named <code>RATE_LIMIT</code> to limit client bandwidth.
+The connection speed to be simulated is specified, in KiB/s, using the environment
variable <code>rate-limit</code>.</p>
<div class="example"><h3>Example Configuration</h3><p><code>
&lt;Location /downloads&gt;<br />
<span class="indent">
-SetHandler RATE_LIMIT<br />
+SetOutputFilter RATE_LIMIT<br />
SetEnv rate-limit 400 <br />
</span>
&lt;/Location&gt;