diff options
author | Rainer Jung <rjung@apache.org> | 2019-05-16 14:52:29 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2019-05-16 14:52:29 +0200 |
commit | db74637563b2bab8f165ee8bc779ff0808d58116 (patch) | |
tree | ba94bbd57f5fcd5f8a047d89157dc3845a6a6a53 /CHANGES | |
parent | Arrange balancer_handler() to be able to call (diff) | |
download | apache2-db74637563b2bab8f165ee8bc779ff0808d58116.tar.xz apache2-db74637563b2bab8f165ee8bc779ff0808d58116.zip |
mod_proxy/ssl: Proxy SSL client certificate
configuration and other proxy SSL configurations
broken inside <Proxy> context.
PR 63430
Triggered by r1855646+r1855748.
Patch from rpluem (proxy) and ylavic (ssl).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1859371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy/ssl: Proxy SSL client certificate configuration and other proxy + SSL configurations broken inside <Proxy> context. PR 63430. + [Ruediger Pluem, Yann Ylavic] + *) mod_reqtimeout: Fix default rates missing (not applied) in 2.4.39. PR 63325. [Yann Ylavic] |