From 9b97d6d9e2ccf66d6d22fa4466eeafa764d51d26 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 18 Sep 2000 01:55:48 +0000 Subject: [PATCH] PR: 6451 Clarification / grammar fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86247 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/examples.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: -- 2.50.1