]> granicus.if.org Git - apache/commit
Add a hint about how CONNECT-method requests are filtered out by <Proxy>,
authorFabien Coelho <fabien@apache.org>
Thu, 1 Jan 2015 13:56:40 +0000 (13:56 +0000)
committerFabien Coelho <fabien@apache.org>
Thu, 1 Jan 2015 13:56:40 +0000 (13:56 +0000)
commitfa1cfae378c950e2d185ed12ef7049f7cadef3d1
tree0577ace78ea732df2ac73b4e88b988fa6e0e025a
parentfc913bb714a4e639e69abdc8d5c6c3b610c178c5
Add a hint about how CONNECT-method requests are filtered out by <Proxy>,
and how to enable them. I could not find this information easily.

In particular, the straightforward <Proxy https://www.example.com>... does
not allow CONNECT to the corresponding SSL server. Probably it would work
if a web client sent a "GET https://www.example.com/ HTTP/1.1" to the
proxy, but none would do that.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648846 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_connect.xml