]> granicus.if.org Git - apache/commit
add SSLProxyEngine directive. this was not required in the 1.x based
authorDoug MacEachern <dougm@apache.org>
Fri, 29 Mar 2002 17:56:33 +0000 (17:56 +0000)
committerDoug MacEachern <dougm@apache.org>
Fri, 29 Mar 2002 17:56:33 +0000 (17:56 +0000)
commit5e1c0e2c154c8008c81364f523df76f7d9448e08
treeeb98d473a769d001d3b640d9a3569c5462705bb9
parentf4d0e50e00c86529abf19d65c57a94a1262a5696
add SSLProxyEngine directive.  this was not required in the 1.x based
mod_ssl because the SSL_CTX was created and configured for *every*
request.  unlike in 2.0 where we configure the proxy SSL_CTX at
startup time, which is much better for performance.  but we don't want
to configure a proxy context for every vhost if it isn't going to be
used, for the same reasons we don't create a server context for every
vhost unless SSLEngine is on.

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