git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941127
13f79535-47bb-0310-9956-
ffa450edef68
<div class="example"><h3>Example Configuration</h3><p><code>
<Location /downloads><br />
+<span class="indent">
SetHandler RATE_LIMIT<br />
-SetEnv rate-limit 400
+SetEnv rate-limit 400 <br />
+</span>
</Location>
</code></p></div>
<example><title>Example Configuration</title>
<Location /downloads><br />
+<indent>
SetHandler RATE_LIMIT<br />
-SetEnv rate-limit 400
+SetEnv rate-limit 400 <br />
+</indent>
</Location>
</example>