From: Jim Jagielski
Date: Tue, 13 Dec 2016 17:54:40 +0000 (+0000)
Subject: xform
X-Git-Tag: 2.5.0-alpha~911
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14e7c883f4fea92b35c435fc2dc3f638eea9a3c4;p=thirdparty%2Fapache%2Fhttpd.git
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774070 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en
index ec7d22f1ef3..8eac29f2c96 100644
--- a/docs/manual/mod/mod_ratelimit.html.en
+++ b/docs/manual/mod/mod_ratelimit.html.en
@@ -31,7 +31,8 @@
+Source File: | mod_ratelimit.c |
+Compatibility: | rate-initial-burst available in httpd 2.4.24 and later. |
Summary
@@ -49,7 +50,10 @@ the environment variable rate-initial-burst
.
SetEnv rate-limit 400
SetEnv rate-initial-burst 512
</Location>
-
+
+If the value specified for rate-limit
causes integer overflow, the rate-limited will be disabled.
+If the value specified for rate-limit-burst
causes integer overflow, the burst will be disabled.
+
Directives