-*- coding: utf-8 -*-
Changes with Apache 2.4.49
+ *) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
+ protocols from mod_proxy_http, and a timeout triggering falsely when
+ using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
+ upgrade= setting. PRs 65521 and 65519. [Yann Ylavic]
+
+ *) mod_unique_id: Reduce the time window where duplicates may be generated
+ PR 65159
+ [Christophe Jaillet]
+
+ *) mpm_prefork: Block signals for child_init hooks to prevent potential
+ threads created from there to catch MPM's signals.
+ [Ruediger Pluem, Yann Ylavic]
+
+ *) Revert "mod_unique_id: Fix potential duplicated ID generation under heavy load.
+ PR 65159" added in 2.4.47.
+ This causes issue on Windows.
+ [Christophe Jaillet]
+
*) mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker. [Yann Ylavic]
*) mod_md: Certificate/keys pairs are verified as matching before a renewal is accepted
+++ /dev/null
- *) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
- protocols from mod_proxy_http, and a timeout triggering falsely when
- using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
- upgrade= setting. PRs 65521 and 65519. [Yann Ylavic]
\ No newline at end of file
+++ /dev/null
- *) mpm_prefork: Block signals for child_init hooks to prevent potential
- threads created from there to catch MPM's signals.
- [Ruediger Pluem, Yann Ylavic]