]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xhtml
authorJim Jagielski <jim@apache.org>
Tue, 13 Dec 2016 17:54:30 +0000 (17:54 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 13 Dec 2016 17:54:30 +0000 (17:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774069 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ratelimit.xml

index 6d0fe182c51902071157aa8f29e7d891f0d4faca..10658fb62d51f62a7149990663ce84502ba6dd7f 100644 (file)
@@ -51,12 +51,14 @@ the environment variable <code>rate-initial-burst</code>.</p>
     SetEnv rate-initial-burst 512
 &lt;/Location&gt;
 </highlight>
-</example>
-
-</summary>
 
 <note type="warning">
 If the value specified for <code>rate-limit</code> causes integer overflow, the rate-limited will be disabled.
 If the value specified for <code>rate-limit-burst</code> causes integer overflow, the burst will be disabled.
 </note>
+
+</example>
+
+</summary>
+
 </modulesynopsis>