]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Fix merging of proxy SSL context outside <Proxy> sections.
authorYann Ylavic <ylavic@apache.org>
Wed, 4 Apr 2018 23:36:05 +0000 (23:36 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 4 Apr 2018 23:36:05 +0000 (23:36 +0000)
commite9ce7c5f0bc5e95bc875504a609653c60b7927de
tree5e468f457b57e858df6116ebd9ba573d89604849
parent3c02abb871db3860eea4cabf0187ef6c243bb1ad
mod_ssl: Fix merging of proxy SSL context outside <Proxy> sections.

Regression introduced in 2.4.30. PR 62232.

The proxy SSL_CTX was not inherited from the vhost (the only available in
2.4.29) in/for any directory context besides <Proxy>...

Mostly debugged and fixed by Rainer, thanks!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828390 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/ssl_engine_config.c