summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2016-12-13 18:51:53 +0100
committerJim Jagielski <jim@apache.org>2016-12-13 18:51:53 +0100
commit0823097c3318b845ec1bbc461e1ca32cd5ade235 (patch)
treedbf787c2a4b2741c77f41956cbd8263ffcbcf51f
parentxform (diff)
downloadapache2-0823097c3318b845ec1bbc461e1ca32cd5ade235.tar.xz
apache2-0823097c3318b845ec1bbc461e1ca32cd5ade235.zip
rate limit notes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774068 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_ratelimit.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_ratelimit.xml b/docs/manual/mod/mod_ratelimit.xml
index 8adfb8acb3..6d0fe182c5 100644
--- a/docs/manual/mod/mod_ratelimit.xml
+++ b/docs/manual/mod/mod_ratelimit.xml
@@ -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>