]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add note on using scoped literal IPv6 addresses in Listen. [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 25 Feb 2020 14:27:43 +0000 (14:27 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 25 Feb 2020 14:27:43 +0000 (14:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874496 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 1ab611f898bc87c296aec8272046af8cf42ee543..ecf242aa72645fb9ecf8d11ec69b17547cb09987 100644 (file)
@@ -231,6 +231,15 @@ Listen 192.170.2.5:8000
       Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </highlight>
 
+    <p>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
+    <directive>Listen</directive> directive, such as the following
+    example.</p>
+
+    <highlight language="config">
+      Listen [fe80::4bfe:88aa:5d42:64d0%eth2]:8081
+    </highlight>
+    
     <p>The optional <var>protocol</var> argument is not required for most
        configurations. If not specified, <code>https</code> is the default for
        port 443 and <code>http</code> the default for all other ports.  The