From 7db7d2852058192e8f0f35f406b8740cc75ddd1b Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 9 Jan 2023 12:10:33 +0000 Subject: Merge r1756531 from trunk: Follow up to r1750392: reduce AH03408 level to INFO as suggested by wrowe/jim. Submitted by: ylavic Reviewed by: jorton, rpluem, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906490 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ modules/proxy/proxy_util.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index eaf9554f87..83db0b3500 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.55 + *) mod_proxy: The AH03408 warning for a forcibly closed backend + connect is now logged at INFO level. [Yann Ylavic] + *) mod_ssl: When dumping the configuration, the existence of certificate/key files is no longer tested. [Joe Orton] diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index e488aa6c00..8267f1b932 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -3121,7 +3121,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_check_connection(const char *scheme, "%s: backend socket is disconnected.", scheme); } else { - ap_log_error(APLOG_MARK, APLOG_WARNING, 0, server, APLOGNO(03408) + ap_log_error(APLOG_MARK, APLOG_INFO, 0, server, APLOGNO(03408) "%s: reusable backend connection is not empty: " "forcibly closed", scheme); } -- cgit v1.2.1