diff options
author | Rainer Jung <rjung@apache.org> | 2010-02-12 11:00:54 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2010-02-12 11:00:54 +0100 |
commit | ad214bc50aff352b7742ef1e4c5ccc2868c97129 (patch) | |
tree | 2b6172d774abc39c857e9d0f1c3b79811b7a2703 /docs/manual/mod/mod_proxy_connect.html.en | |
parent | Support remote https proxies by using HTTP CONNECT. (diff) | |
download | apache2-ad214bc50aff352b7742ef1e4c5ccc2868c97129.tar.xz apache2-ad214bc50aff352b7742ef1e4c5ccc2868c97129.zip |
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@909325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_connect.html.en')
-rw-r--r-- | docs/manual/mod/mod_proxy_connect.html.en | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_proxy_connect.html.en b/docs/manual/mod/mod_proxy_connect.html.en index 300d8d2868..c3e13b3ed0 100644 --- a/docs/manual/mod/mod_proxy_connect.html.en +++ b/docs/manual/mod/mod_proxy_connect.html.en @@ -39,6 +39,11 @@ requests, <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> and <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code> have to be present in the server.</p> + <p>CONNECT is also used, when the server needs to send an HTTPS request + through a forward proxy. In this case the server acts as a CONNECT client. + This functionality is part of <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> and + <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code> is not needed in this case.</p> + <div class="warning"><h3>Warning</h3> <p>Do not enable proxying until you have <a href="mod_proxy.html#access">secured your server</a>. Open proxy servers are dangerous both to your network and to the Internet at |