From 0823097c3318b845ec1bbc461e1ca32cd5ade235 Mon Sep 17 00:00:00 2001
From: Jim Jagielski
Date: Tue, 13 Dec 2016 17:51:53 +0000
Subject: [PATCH] rate limit notes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774068 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ratelimit.xml | 5 +++++
1 file changed, 5 insertions(+)
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. -->
Extension
mod_ratelimit.c
ratelimit_module
+rate-initial-burst
available in httpd 2.4.24 and later.
@@ -54,4 +55,8 @@ the environment variable rate-initial-burst
.
+
+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.
+
--
2.40.0