From 1ce25689764aa7c9623982369841bc2f8a980ab4 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 5 May 1998 05:54:21 +0000 Subject: [PATCH] PR: Submitted by: "Michael K. Sanders" Clarification. CNAME to an IP address is incorrect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81133 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/name-based.html | 2 +- docs/manual/vhosts/name-based.html.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/vhosts/name-based.html b/docs/manual/vhosts/name-based.html index f02e4d85acf..3d0190ef954 100644 --- a/docs/manual/vhosts/name-based.html +++ b/docs/manual/vhosts/name-based.html @@ -61,7 +61,7 @@ name-based virtual hosts.

Of course, any additional directives can (and should) be placed into the <VirtualHost> section. To make this work, all that is needed is to make sure that the name -www.domain.tld is an alias (CNAME) pointing to the IP address +www.domain.tld points to the IP address 111.22.33.44

Note: When you specify an IP address in a NameVirtualHost diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en index f02e4d85acf..3d0190ef954 100644 --- a/docs/manual/vhosts/name-based.html.en +++ b/docs/manual/vhosts/name-based.html.en @@ -61,7 +61,7 @@ name-based virtual hosts.

Of course, any additional directives can (and should) be placed into the <VirtualHost> section. To make this work, all that is needed is to make sure that the name -www.domain.tld is an alias (CNAME) pointing to the IP address +www.domain.tld points to the IP address 111.22.33.44

Note: When you specify an IP address in a NameVirtualHost -- 2.47.2