You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2016/12/13 17:54:30 UTC

svn commit: r1774069 - /httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml

Author: jim
Date: Tue Dec 13 17:54:30 2016
New Revision: 1774069

URL: http://svn.apache.org/viewvc?rev=1774069&view=rev
Log:
xhtml

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml?rev=1774069&r1=1774068&r2=1774069&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml Tue Dec 13 17:54:30 2016
@@ -51,12 +51,14 @@ the environment variable <code>rate-init
     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>