]> granicus.if.org Git - apache/commit
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
authorYann Ylavic <ylavic@apache.org>
Tue, 26 Apr 2016 00:04:57 +0000 (00:04 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 26 Apr 2016 00:04:57 +0000 (00:04 +0000)
commitf9ad2754f761a5eab4d6786cbcfb8754c00cfb35
tree24d6ae5f47630a6a6bf0e7c3027b28ab251fa82e
parentbc55f0eb19a97a92ca17ed03991aa0cb6e5904ca
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
allowing per backend TLS configuration.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740928 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
CHANGES
include/http_config.h
modules/http2/h2_h2.c
modules/http2/mod_proxy_http2.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