slive 01/11/28 10:34:29 Modified: htdocs/manual/vhosts name-based.html.en Log: I had the mistaken impression that people using the current docs would have a relatively recent version of Apache. Wrong! Note the version required for the NameVirtualHost * configuration. Revision Changes Path 1.19 +9 -7 httpd-docs-1.3/htdocs/manual/vhosts/name-based.html.en Index: name-based.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/vhosts/name-based.html.en,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -b -u -r1.18 -r1.19 --- name-based.html.en 2001/10/27 22:21:09 1.18 +++ name-based.html.en 2001/11/28 18:34:29 1.19 @@ -86,12 +86,13 @@ href="../mod/core.html#namevirtualhost">NameVirtualHost</a> directive. In the normal case where any and all IP addresses on the server should be used, you can use <code>*</code> as the argument to -<code>NameVirtualHost</code>. Note that mentioning an IP address in a -<code>NameVirtualHost</code> directive does not automatically make the -server listen to that IP address. See <a href="../bind.html">Setting -which addresses and ports Apache uses</a> for more details. In addition, -any IP address specified here must be associated with a network interface -on the server.</p> +<code>NameVirtualHost</code>. (<code>NameVirtualHost *</code> will +work only in version 1.3.13 and later.) Note that mentioning an IP +address in a <code>NameVirtualHost</code> directive does not +automatically make the server listen to that IP address. See <a +href="../bind.html">Setting which addresses and ports Apache uses</a> +for more details. In addition, any IP address specified here must be +associated with a network interface on the server.</p> <p>The next step is to create a <a href="../mod/core.html#virtualhost"><VirtualHost></a> block for @@ -126,7 +127,8 @@ <p>You can alternatively specify an explicit IP address in place of the * in both the <code>NameVirtualHost</code> and -<code><VirtualHost></code> directives.</p> +<code><VirtualHost></code> directives. The IP address is +required in version 1.3.12 and earlier.</p> <p>Many servers want to be accessible by more than one name. This is possible with the <a
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
