summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy_connect.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-04-13 12:17:20 +0000
committerRich Bowen <rbowen@apache.org>2010-04-13 12:17:20 +0000
commit1d22a4f2ff1fde0d469ced3c34e4453be96cb9a5 (patch)
tree6e1a539dd5a4f3928d5f05626d94bf86e265cedd /docs/manual/mod/mod_proxy_connect.html.en
parent760749a7aefd0454585b86f768113feae2670d22 (diff)
downloadhttpd-1d22a4f2ff1fde0d469ced3c34e4453be96cb9a5.tar.gz
Full doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933579 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.en10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_proxy_connect.html.en b/docs/manual/mod/mod_proxy_connect.html.en
index c3e13b3ed0..54722c5229 100644
--- a/docs/manual/mod/mod_proxy_connect.html.en
+++ b/docs/manual/mod/mod_proxy_connect.html.en
@@ -65,16 +65,18 @@
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ports that are allowed to <code>CONNECT</code> through the
proxy</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AllowCONNECT <var>port</var> [<var>port</var>] ...</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AllowCONNECT <var>port</var>[-<var>port</var>]
+[<var>port</var>[-<var>port</var>]] ...</code></td></tr>
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AllowCONNECT 443 563</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy_connect</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Moved from <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> in Apache 2.3.5.</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Moved from <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> in Apache 2.3.5.
+Port ranges available since Apache 2.3.7.</td></tr>
</table>
<p>The <code class="directive">AllowCONNECT</code> 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