]> granicus.if.org Git - apache/commitdiff
Add IPv6 notes to the documentation for the NameVirtualHost
authorJeff Trawick <trawick@apache.org>
Tue, 19 Feb 2002 16:23:05 +0000 (16:23 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 19 Feb 2002 16:23:05 +0000 (16:23 +0000)
directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93495 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 215e30b11fbabdc5a1f714d4a56bd7c46a7ab551..c2a3b5819f7e24fbe1857081808741f786844cfd 100644 (file)
     <blockquote>
       <code>NameVirtualHost 111.22.33.44:8080</code>
     </blockquote>
+
+    <p>IPv6 addresses must be enclosed in square brackets, as shown
+    in the following example:</p>
+
+    <blockquote>
+      <code>NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080</code>
+    </blockquote>
+
     <strong>See also:</strong> <a href="../vhosts/">Apache Virtual
     Host documentation</a> 
     <hr />