Mailing List Archive

cvs commit: httpd-docs-2.0/htdocs/manual/vhosts examples.html
slive 00/09/17 18:55:49

Modified: htdocs/manual/vhosts examples.html
Log:
PR: 6451

Clarification / grammar fix.

Revision Changes Path
1.7 +4 -3 httpd-docs-2.0/htdocs/manual/vhosts/examples.html

Index: examples.html
===================================================================
RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/vhosts/examples.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- examples.html 2000/09/12 15:16:58 1.6
+++ examples.html 2000/09/18 01:55:48 1.7
@@ -190,10 +190,11 @@
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>