From: Joshua Slive Date: Mon, 18 Sep 2000 01:55:48 +0000 (+0000) Subject: PR: 6451 X-Git-Tag: APACHE_2_0_ALPHA_7~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b97d6d9e2ccf66d6d22fa4466eeafa764d51d26;p=apache PR: 6451 Clarification / grammar fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86247 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/examples.html b/docs/manual/vhosts/examples.html index a59d15ed53..c6e4fcc4bf 100644 --- a/docs/manual/vhosts/examples.html +++ b/docs/manual/vhosts/examples.html @@ -190,10 +190,11 @@ The alias www.domain.tld should be used for the main server which should also catch any unspecified addresses. We want to use a virtual host for the alias - www.otherdomain.tld and one virtual host should + www.otherdomain.tld and another virtual host, + with server name www.sub.domain.tld, should catch any request to hostnames of the form - *.sub.domain.tld with www.sub.domain.tld - as its server name. The address 111.22.33.55 should be + *.sub.domain.tld. + The address 111.22.33.55 should be used for the virtual hosts.

Server configuration: