summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy_connect.xml
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-04-11 15:54:02 +0000
committerStefan Fritsch <sf@apache.org>2010-04-11 15:54:02 +0000
commit871fa3dcace4068682532cc9c2878a8aeae15d5c (patch)
tree6aeef13877d7e9fcd7ef55da4aa7fd12ce83e27a /docs/manual/mod/mod_proxy_connect.xml
parentf43d1bc2c9916e83d71868b84a4850ffcbc6ae07 (diff)
downloadhttpd-871fa3dcace4068682532cc9c2878a8aeae15d5c.tar.gz
mod_proxy_connect: Support port ranges in AllowConnect
PR: 23673 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_connect.xml')
-rw-r--r--docs/manual/mod/mod_proxy_connect.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_proxy_connect.xml b/docs/manual/mod/mod_proxy_connect.xml
index c683230dd9..3565ff5802 100644
--- a/docs/manual/mod/mod_proxy_connect.xml
+++ b/docs/manual/mod/mod_proxy_connect.xml
@@ -58,16 +58,18 @@
<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>
+<syntax>AllowCONNECT <var>port</var>[-<var>port</var>]
+[<var>port</var>[-<var>port</var>]] ...</syntax>
<default>AllowCONNECT 443 563</default>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
-<compatibility>Moved from <module>mod_proxy</module> in Apache 2.3.5.</compatibility>
+<compatibility>Moved from <module>mod_proxy</module> in Apache 2.3.5.
+Port ranges available since Apache 2.3.7.</compatibility>
<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>
+ of port numbers or ranges 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