From: Vincent Bray Date: Mon, 23 Jul 2007 07:22:27 +0000 (+0000) Subject: merge 558629 with 2.2 branch X-Git-Tag: 2.2.5~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e477786e0bfc97197d212fd4fca234d8c1c56b8;p=thirdparty%2Fapache%2Fhttpd.git merge 558629 with 2.2 branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558632 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en index a520df33834..567f074e844 100644 --- a/docs/manual/vhosts/name-based.html.en +++ b/docs/manual/vhosts/name-based.html.en @@ -90,8 +90,8 @@

The next step is to create a <VirtualHost> block for each different host that you would like to serve. The argument to the <VirtualHost> directive - should be the same as the argument to the NameVirtualHost directive (ie, an IP address, - or * for all addresses). Inside each <VirtualHost> block, you will need at minimum a + must match a defined NameVirtualHost directive. (In this usual case, + this will be "*:80"). Inside each <VirtualHost> block, you will need at minimum a ServerName directive to designate which host is served and a DocumentRoot directive to show where in the filesystem the content for that host diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml index b4d4cca836c..ae5a432ae85 100644 --- a/docs/manual/vhosts/name-based.xml +++ b/docs/manual/vhosts/name-based.xml @@ -107,9 +107,9 @@ module="core">VirtualHost block for each different host that you would like to serve. The argument to the VirtualHost directive - should be the same as the argument to the NameVirtualHost directive (ie, an IP address, - or * for all addresses). Inside each NameVirtualHost directive. (In this usual case, + this will be "*:80"). Inside each VirtualHost block, you will need at minimum a ServerName directive to designate which host is served and a DocumentRoot