diff options
author | Rainer Jung <rjung@apache.org> | 2010-02-12 10:58:48 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2010-02-12 10:58:48 +0100 |
commit | 8eb4de81e977e6a2646c077d03a89acd38d42459 (patch) | |
tree | 202525fb8fd6d02310f6d93d69fe64c6f31ed69f /docs/manual/mod/mod_proxy.xml | |
parent | Fix typo in comment. (diff) | |
download | apache2-8eb4de81e977e6a2646c077d03a89acd38d42459.tar.xz apache2-8eb4de81e977e6a2646c077d03a89acd38d42459.zip |
Support remote https proxies by using HTTP CONNECT.
PR: 19188
Submitted by: Philippe Dutrueux <lilas evidian.com>
Reviewed by: rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@909323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 16c539cbc4..f3e0c3d39c 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -465,8 +465,9 @@ request</description> </example> <p><var>scheme</var> is effectively the protocol that should be used to - communicate with the remote server; only <code>http</code> is supported by - this module.</p> + communicate with the remote server; only <code>http</code> and <code>https</code> + are supported by this module. When using <code>https</code>, the requests + are forwarded through the remote proxy using the HTTP CONNECT method.</p> <example><title>Example</title> ProxyRemote http://goodguys.example.com/ http://mirrorguys.example.com:8000<br /> |