]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
authorGraham Leggett <minfrin@apache.org>
Tue, 13 Feb 2018 23:43:36 +0000 (23:43 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 13 Feb 2018 23:43:36 +0000 (23:43 +0000)
commit223df5cf69b190490e0574cf567d8cb7eff82752
tree4dc2c3fc0ce65b95c7251bce27c63e90ee60aa29
parente1c6ade9e74c72e28d2ce68dc899b1484121f074
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
allowing per backend TLS configuration.
trunk patch: http://svn.apache.org/r1740928
             http://svn.apache.org/r1740960
             http://svn.apache.org/r1740967
             http://svn.apache.org/r1740987
             http://svn.apache.org/r1740998
             http://svn.apache.org/r1742697
             http://svn.apache.org/r1756976
             http://svn.apache.org/r1781313
             http://svn.apache.org/r1812193
2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4.x-r1740928_and_co-v6.patch
+1: ylavic, icing, minfrin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824187 13f79535-47bb-0310-9956-ffa450edef68
31 files changed:
CHANGES
STATUS
docs/manual/mod/mod_ssl.xml
docs/manual/style/lang/en.xml
docs/manual/style/latex/quickreference.xsl
docs/manual/style/latex/synopsis.xsl
docs/manual/style/xsl/quickreference.xsl
docs/manual/style/xsl/synopsis.xsl
include/ap_mmn.h
include/http_config.h
modules/generators/mod_suexec.c
modules/http/http_core.c
modules/http2/h2_h2.c
modules/http2/mod_proxy_http2.c
modules/mappers/mod_alias.c
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_connect.c
modules/proxy/mod_proxy_ftp.c
modules/proxy/mod_proxy_http.c
modules/proxy/mod_proxy_wstunnel.c
modules/proxy/proxy_util.c
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_private.h
server/config.c
server/core.c