Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B87BE200BDA for ; Tue, 13 Dec 2016 18:51:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B7327160B23; Tue, 13 Dec 2016 17:51:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 30B74160B07 for ; Tue, 13 Dec 2016 18:51:55 +0100 (CET) Received: (qmail 10957 invoked by uid 500); 13 Dec 2016 17:51:54 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 10948 invoked by uid 99); 13 Dec 2016 17:51:54 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2016 17:51:54 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BB2B93A00B7 for ; Tue, 13 Dec 2016 17:51:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1774068 - /httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.xml Date: Tue, 13 Dec 2016 17:51:53 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161213175153.BB2B93A00B7@svn01-us-west.apache.org> archived-at: Tue, 13 Dec 2016 17:51:55 -0000 Author: jim Date: Tue Dec 13 17:51:53 2016 New Revision: 1774068 URL: http://svn.apache.org/viewvc?rev=1774068&view=rev Log: rate limit notes 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=1774068&r1=1774067&r2=1774068&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:51:53 2016 @@ -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-init + +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. +