From: Joe Orton Date: Tue, 25 Feb 2020 14:27:43 +0000 (+0000) Subject: Add note on using scoped literal IPv6 addresses in Listen. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2df433ff6e8ee2a69c8f2c257dd9998901c226a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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