From e635467181cd4b4f27d0ae17444eb068aff44188 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 19 Feb 2002 16:23:05 +0000 Subject: [PATCH] Add IPv6 notes to the documentation for the NameVirtualHost directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93495 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 215e30b11f..c2a3b5819f 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1990,6 +1990,14 @@
NameVirtualHost 111.22.33.44:8080
+ +

IPv6 addresses must be enclosed in square brackets, as shown + in the following example:

+ +
+ NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080 +
+ See also: Apache Virtual Host documentation
-- 2.40.0