slive 00/09/17 18:54:27
Modified: htdocs/manual/vhosts examples.html Log: PR: 6451 Clarification / grammar fix. Revision Changes Path 1.11 +4 -3 httpd-docs-1.3/htdocs/manual/vhosts/examples.html Index: examples.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/vhosts/examples.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- examples.html 2000/09/13 19:56:26 1.10 +++ examples.html 2000/09/18 01:54:27 1.11 @@ -127,10 +127,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>