brian 98/05/04 22:54:22
Modified: htdocs/manual/vhosts name-based.html Log: Submitted by: "Michael K. Sanders" <[EMAIL PROTECTED]> Clarification. CNAME to an IP address is incorrect. Revision Changes Path 1.6 +1 -1 apache-1.3/htdocs/manual/vhosts/name-based.html Index: name-based.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/vhosts/name-based.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- name-based.html 1998/02/20 06:47:54 1.5 +++ name-based.html 1998/05/05 05:54:21 1.6 @@ -61,7 +61,7 @@ <P>Of course, any additional directives can (and should) be placed into the <CODE><VirtualHost></CODE> section. To make this work, all that is needed is to make sure that the name -<SAMP>www.domain.tld</SAMP> is an alias (CNAME) pointing to the IP address +<SAMP>www.domain.tld</SAMP> points to the IP address <SAMP>111.22.33.44</SAMP></P> <p>Note: When you specify an IP address in a <code>NameVirtualHost</code>
