From 69a54ffac91a999ee1353a7a6ffcbf98e0b1b6d0 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 26 Jun 2012 16:16:32 +0000 Subject: [PATCH] Applying patch from PR 53201. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1354087 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 3 +++ docs/manual/mod/mod_ssl.xml | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index e1f8dffe1b..d87349cee9 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -562,6 +562,9 @@ context in 2.3.3 and later. need also mod_proxy_http or mod_proxy_ftp (or both) present in the server.

+

In order to get the functionality of proxying HTTPS sites, you + need mod_proxy_connect enabled in the server.

+ Warning

Do not enable proxying with ProxyRequests until you have VirtualHost section to enable SSL/TLS for proxy usage in a particular virtual host. By default the SSL/TLS Protocol Engine is disabled for proxy image both for the main server and all configured virtual hosts.

+ +

Note that the SSLProxyEngine directive should not, in +general, be included in a virtual host that will be acting as a +forward proxy (using <Proxy> or <ProxyRequest> directives. +SSLProxyEngine is not required to enable a forward proxy server to +proxy SSL/TLS requests.

+ Example <VirtualHost _default_:443> -- 2.40.0