reduce AH03408 level to INFO in proxy_util.c
This commit is contained in:
parent
54cb3fa126
commit
654ce8a373
13
httpd-2.4.54-proxy-util-loglevel.patch
Normal file
13
httpd-2.4.54-proxy-util-loglevel.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c
|
||||||
|
index e488aa6..8267f1b 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);
|
||||||
|
}
|
@ -24,7 +24,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.4.54
|
Version: 2.4.54
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: https://httpd.apache.org/
|
URL: https://httpd.apache.org/
|
||||||
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||||
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
|
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
|
||||||
@ -104,6 +104,7 @@ Patch60: httpd-2.4.43-enable-sslv3.patch
|
|||||||
Patch61: httpd-2.4.48-r1878890.patch
|
Patch61: httpd-2.4.48-r1878890.patch
|
||||||
Patch63: httpd-2.4.46-htcacheclean-dont-break.patch
|
Patch63: httpd-2.4.46-htcacheclean-dont-break.patch
|
||||||
Patch65: httpd-2.4.51-r1894152.patch
|
Patch65: httpd-2.4.51-r1894152.patch
|
||||||
|
Patch66: httpd-2.4.54-proxy-util-loglevel.patch
|
||||||
|
|
||||||
# Security fixes
|
# Security fixes
|
||||||
|
|
||||||
@ -270,6 +271,7 @@ written in the Lua programming language.
|
|||||||
%patch61 -p1 -b .r1878890
|
%patch61 -p1 -b .r1878890
|
||||||
%patch63 -p1 -b .htcacheclean-dont-break
|
%patch63 -p1 -b .htcacheclean-dont-break
|
||||||
%patch65 -p1 -b .r1894152
|
%patch65 -p1 -b .r1894152
|
||||||
|
%patch66 -p1 -b .proxyutil-loglevel
|
||||||
|
|
||||||
# Patch in the vendor string
|
# Patch in the vendor string
|
||||||
sed -i '/^#define PLATFORM/s/Unix/%{vstring}/' os/unix/os.h
|
sed -i '/^#define PLATFORM/s/Unix/%{vstring}/' os/unix/os.h
|
||||||
@ -837,6 +839,9 @@ exit $rv
|
|||||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 30 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.54-7
|
||||||
|
- reduce AH03408 level to INFO in proxy_util.c
|
||||||
|
|
||||||
* Thu Oct 13 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.54-6
|
* Thu Oct 13 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.54-6
|
||||||
- Provide a sysusers.d file to get user() and group() provides (#2134430)
|
- Provide a sysusers.d file to get user() and group() provides (#2134430)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user