From: Eric Covener Date: Sun, 10 Aug 2014 00:45:02 +0000 (+0000) Subject: propose silencing of ratelimit errors X-Git-Tag: 2.4.11~338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50ec7327472b5c8f76748e20b0995bf280bb2cec;p=apache propose silencing of ratelimit errors git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1617035 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4197c9d900..7cc02c2f80 100644 --- a/STATUS +++ b/STATUS @@ -233,6 +233,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: rjung + * mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade + failed) messages from ERROR to TRACE1. Other filters do not bother + re-reporting failures from lower level filters. PR56832. + trunk patch: http://svn.apache.org/r1617018 + 2.4.x patch: trunk works + +1 covener OTHER PROPOSALS