From c2df433ff6e8ee2a69c8f2c257dd9998901c226a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 25 Feb 2020 14:27:43 +0000 Subject: [PATCH] Add note on using scoped literal IPv6 addresses in Listen. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874496 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 1ab611f898b..ecf242aa726 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -231,6 +231,15 @@ Listen 192.170.2.5:8000 Listen [2001:db8::a00:20ff:fea7:ccea]:80 +

In httpd 2.5.1 and later, if built against APR 1.7.0 or later, + scoped (or "zoned") literal IPv6 addresses are accepted in the + Listen directive, such as the following + example.

+ + + Listen [fe80::4bfe:88aa:5d42:64d0%eth2]:8081 + +

The optional protocol argument is not required for most configurations. If not specified, https is the default for port 443 and http the default for all other ports. The -- 2.47.3