]> granicus.if.org Git - apache/commitdiff
rate limit notes
authorJim Jagielski <jim@apache.org>
Tue, 13 Dec 2016 17:51:53 +0000 (17:51 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 13 Dec 2016 17:51:53 +0000 (17:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774068 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ratelimit.xml

index 8adfb8acb343f2fdb04502995035aabff1783672..6d0fe182c51902071157aa8f29e7d891f0d4faca 100644 (file)
@@ -30,6 +30,7 @@ the document to validate. -->
 <status>Extension</status>
 <sourcefile>mod_ratelimit.c</sourcefile>
 <identifier>ratelimit_module</identifier>
+<compatibility><code>rate-initial-burst</code> available in httpd 2.4.24 and later.</compatibility>
 
 <summary>
 
@@ -54,4 +55,8 @@ the environment variable <code>rate-initial-burst</code>.</p>
 
 </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>
 </modulesynopsis>