Mailing List Archive

svn commit: r1901036 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/mod_proxy_log_backend_port.txt changes-entries/pr66037.txt
Author: ylavic
Date: Wed May 18 12:48:33 2022
New Revision: 1901036

URL: http://svn.apache.org/viewvc?rev=1901036&view=rev
Log:
Sync CHANGES entries [skip ci].

Removed:
httpd/httpd/branches/2.4.x/changes-entries/mod_proxy_log_backend_port.txt
httpd/httpd/branches/2.4.x/changes-entries/pr66037.txt
Modified:
httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1901036&r1=1901035&r2=1901036&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Wed May 18 12:48:33 2022
@@ -1,6 +1,21 @@
-*- coding: utf-8 -*-
Changes with Apache 2.4.54

+ *) mod_md: the `MDCertificateAuthority` directive can take more than one URL/name of
+ an ACME CA. This gives a failover for renewals when several consecutive attempts
+ to get a certificate failed.
+ A new directive was added: `MDRetryDelay` sets the delay of retries.
+ A new directive was added: `MDRetryFailover` sets the number of errored
+ attempts before an alternate CA is selected for certificate renewals.
+ [Stefan Eissing]
+
+ *) mod_http2: remove unused and insecure code. Fixes PR66037.
+ Thanks to Ronald Crane (Zippenhop LLC) for reporting this.
+ [Stefan Eissing]
+
+ *) mod_proxy: Add backend port to log messages to
+ ease identification of involved service. [Rainer Jung]
+
*) mod_http2: remove unused and insecure code. Fixes PR66037.
Thanks to Ronald Crane (Zippenhop LLC) for reporting this.