]> granicus.if.org Git - apache/commitdiff
PR: 6451
authorJoshua Slive <slive@apache.org>
Mon, 18 Sep 2000 01:55:48 +0000 (01:55 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 18 Sep 2000 01:55:48 +0000 (01:55 +0000)
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

index a59d15ed53086ef3d48a891a823a8f1664d53965..c6e4fcc4bfb227386979e68575f97072272bd27a 100644 (file)
     The alias <SAMP>www.domain.tld</SAMP> should be used for the
     main server which should also catch any unspecified addresses. 
     We want to use a virtual host for the alias
-    <SAMP>www.otherdomain.tld</SAMP> and one virtual host should
+    <SAMP>www.otherdomain.tld</SAMP> and another virtual host, 
+    with server name <SAMP>www.sub.domain.tld</SAMP>, should
     catch any request to hostnames of the form
-    <SAMP>*.sub.domain.tld</SAMP> with <SAMP>www.sub.domain.tld</SAMP>
-    as its server name. The address <SAMP>111.22.33.55</SAMP> should be
+    <SAMP>*.sub.domain.tld</SAMP>
+    The address <SAMP>111.22.33.55</SAMP> should be
     used for the virtual hosts.
     <P>
     <STRONG>Server configuration:</STRONG>