From: Rich Bowen Date: Wed, 5 May 2010 01:07:33 +0000 (+0000) Subject: Missing linebreak in example X-Git-Tag: 2.3.6~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=037d97c6416c2f8c9d4090ee482b481605e899a7;p=apache Missing linebreak in example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941127 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en index fb37d1a480..48fb38122a 100644 --- a/docs/manual/mod/mod_ratelimit.html.en +++ b/docs/manual/mod/mod_ratelimit.html.en @@ -36,8 +36,10 @@ variable rate-limit.

Example Configuration

<Location /downloads>
+ SetHandler RATE_LIMIT
-SetEnv rate-limit 400 +SetEnv rate-limit 400
+
</Location>

diff --git a/docs/manual/mod/mod_ratelimit.xml b/docs/manual/mod/mod_ratelimit.xml index bcb6e92fa2..d0269be954 100644 --- a/docs/manual/mod/mod_ratelimit.xml +++ b/docs/manual/mod/mod_ratelimit.xml @@ -39,8 +39,10 @@ variable rate-limit.

Example Configuration <Location /downloads>
+ SetHandler RATE_LIMIT
-SetEnv rate-limit 400 +SetEnv rate-limit 400
+
</Location>