From ee40dbc4e9da839b217a0b959ff32f4ccf58b5f3 Mon Sep 17 00:00:00 2001
From: deprrous
Date: Sun, 26 Jul 2026 19:52:14 +0800
Subject: [PATCH] Remove unsupported AllowCONNECT None syntax
---
docs/manual/mod/mod_proxy_connect.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/manual/mod/mod_proxy_connect.xml b/docs/manual/mod/mod_proxy_connect.xml
index e974f22dc64..5638d24c10d 100644
--- a/docs/manual/mod/mod_proxy_connect.xml
+++ b/docs/manual/mod/mod_proxy_connect.xml
@@ -83,7 +83,7 @@
Ports that are allowed to CONNECT through the
proxy
AllowCONNECT port[-port]
-[port[-port]] ... | None
+[port[-port]] ...
AllowCONNECT 443 563
server configvirtual host
@@ -101,8 +101,6 @@ Port ranges available since Apache 2.3.7.
AllowCONNECT directive to override this default and
allow connections to the listed ports only.
- Set the value to None to disallow
- CONNECT requests to all ports, including the defaults.