Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/manual/mod/mod_proxy_connect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<description>Ports that are allowed to <code>CONNECT</code> through the
proxy</description>
<syntax>AllowCONNECT <var>port</var>[-<var>port</var>]
[<var>port</var>[-<var>port</var>]] ... | None</syntax>
[<var>port</var>[-<var>port</var>]] ...</syntax>
<default>AllowCONNECT 443 563</default>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
Expand All @@ -101,8 +101,6 @@ Port ranges available since Apache 2.3.7.</compatibility>
<directive>AllowCONNECT</directive> directive to override this default and
allow connections to the listed ports only.</p>

<p>Set the value to <code>None</code> to disallow
<code>CONNECT</code> requests to all ports, including the defaults.</p>
</usage>
</directivesynopsis>

Expand Down