]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Applying patch from PR 53201
authorRich Bowen <rbowen@apache.org>
Tue, 26 Jun 2012 16:20:25 +0000 (16:20 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 26 Jun 2012 16:20:25 +0000 (16:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1354090 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_ssl.xml

index e6e5c4e92e5714764287880c557d8e2aca3be091..eee3af85dad9fe5689c0fbcbc6c5b455efbcc382 100644 (file)
@@ -555,6 +555,9 @@ request</description>
     need also <module>mod_proxy_http</module> or <module>mod_proxy_ftp</module>
     (or both) present in the server.</p>
 
+    <p>In order to get the functionality of proxying HTTPS sites, you
+    need <module>mod_proxy_connect</module> enabled in the server.</p>
+
     <note type="warning"><title>Warning</title>
       <p>Do not enable proxying with <directive
       module="mod_proxy">ProxyRequests</directive> until you have <a
index 54796751a4df1c5263904f6f21da17f63184101d..77a8dcf38bb68977a6042c871823225f51efc443 100644 (file)
@@ -1596,6 +1596,13 @@ is usually used inside a <directive module="core"
 type="section">VirtualHost</directive> 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.</p>
+
+<p>Note that the SSLProxyEngine directive should not, in
+general, be included in a virtual host that will be acting as a
+forward proxy (using &lt;Proxy&gt; or &lt;ProxyRequest&gt; directives.
+SSLProxyEngine is not required to enable a forward proxy server to
+proxy SSL/TLS requests.</p>
+
 <example><title>Example</title>
 &lt;VirtualHost _default_:443&gt;<br />
 SSLProxyEngine on<br />