summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy.xml
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2009-12-29 16:39:54 +0100
committerTakashi Sato <takashi@apache.org>2009-12-29 16:39:54 +0100
commit255f44600cd466d26423e0a74f74cd07a728593a (patch)
tree072b077a67c698c8735e7cd5387770c8361c197c /docs/manual/mod/mod_proxy.xml
parentAdds a [QSD] flag to RewriteRule to discard unwanted query strings (diff)
downloadapache2-255f44600cd466d26423e0a74f74cd07a728593a.tar.xz
apache2-255f44600cd466d26423e0a74f74cd07a728593a.zip
Move AllowCONNECT from mod_proxy to mod_proxy_connect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r--docs/manual/mod/mod_proxy.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 9b70efa8f3..bff8168c0b 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1085,33 +1085,6 @@ string in <code>Set-Cookie</code> headers.</p>
</usage>
</directivesynopsis>
-
-<directivesynopsis>
-<name>AllowCONNECT</name>
-<description>Ports that are allowed to <code>CONNECT</code> through the
-proxy</description>
-<syntax>AllowCONNECT <var>port</var> [<var>port</var>] ...</syntax>
-<default>AllowCONNECT 443 563</default>
-<contextlist><context>server config</context><context>virtual host</context>
-</contextlist>
-
-<usage>
- <p>The <directive>AllowCONNECT</directive> directive specifies a list
- of port numbers to which the proxy <code>CONNECT</code> method may
- connect. Today's browsers use this method when a <code>https</code>
- connection is requested and proxy tunneling over HTTP is in effect.</p>
-
- <p>By default, only the default https port (<code>443</code>) and the
- default snews port (<code>563</code>) are enabled. Use the
- <directive>AllowCONNECT</directive> directive to override this default and
- allow connections to the listed ports only.</p>
-
- <p>Note that you'll need to have <module>mod_proxy_connect</module> present
- in the server in order to get the support for the <code>CONNECT</code> at
- all.</p>
-</usage>
-</directivesynopsis>
-
<directivesynopsis>
<name>ProxyBlock</name>
<description>Words, hosts, or domains that are banned from being