You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/11/18 01:02:44 UTC

cvs commit: httpd-2.0/docs/manual/vhosts index.xml index.html.en

rbowen      2002/11/17 16:02:44

  Modified:    docs/manual/vhosts index.xml index.html.en
  Log:
  Clarify that name-based vhosts are not necessarily only for systems with
  a single IP address. Or at least remove the implication to the contrary.
  
  Revision  Changes    Path
  1.3       +6 -5      httpd-2.0/docs/manual/vhosts/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	17 Nov 2002 06:28:40 -0000	1.2
  +++ index.xml	18 Nov 2002 00:02:44 -0000	1.3
  @@ -17,8 +17,9 @@
       href="ip-based.html">IP-based</a>," meaning that you have a
       different IP address for every web site, or "<a
       href="name-based.html">name-based</a>," meaning that you have
  -    multiple names running on a single IP address. The fact that they
  -    are running on the same server is not apparent to the end user.</p>
  +    multiple names running on each IP address. The fact that they
  +    are running on the same physical server is not apparent to the 
  +    end user.</p>
   
       <p>Apache was one of the first servers to support IP-based
       virtual hosts right out of the box. Versions 1.1 and later of
  @@ -39,8 +40,8 @@
   <section id="support"><title>Virtual Host Support</title>
   
       <ul>
  -      <li><a href="name-based.html">Name-based Virtual Hosts</a> (One IP
  -      address, multiple web sites)</li>
  +      <li><a href="name-based.html">Name-based Virtual Hosts</a> (More
  +      than one web site per IP address)</li>
         <li><a href="ip-based.html">IP-based Virtual Hosts</a> (An IP
         address for each web site)</li>
         <li><a href="examples.html">Virtual Host examples for common
  @@ -81,4 +82,4 @@
       other command line options)</p>
   
   </section>
  -</manualpage>
  \ No newline at end of file
  +</manualpage>
  
  
  
  1.16      +5 -4      httpd-2.0/docs/manual/vhosts/index.html.en
  
  Index: index.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/index.html.en,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.html.en	17 Nov 2002 06:42:28 -0000	1.15
  +++ index.html.en	18 Nov 2002 00:02:44 -0000	1.16
  @@ -11,8 +11,9 @@
       <code>www.company1.com</code> and <code>www.company2.com</code>)
       on a single machine. Virtual hosts can be "<a href="ip-based.html">IP-based</a>," meaning that you have a
       different IP address for every web site, or "<a href="name-based.html">name-based</a>," meaning that you have
  -    multiple names running on a single IP address. The fact that they
  -    are running on the same server is not apparent to the end user.</p>
  +    multiple names running on each IP address. The fact that they
  +    are running on the same physical server is not apparent to the 
  +    end user.</p>
   
       <p>Apache was one of the first servers to support IP-based
       virtual hosts right out of the box. Versions 1.1 and later of
  @@ -29,8 +30,8 @@
   </li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="support" id="support">Virtual Host Support</a></h2>
   
       <ul>
  -      <li><a href="name-based.html">Name-based Virtual Hosts</a> (One IP
  -      address, multiple web sites)</li>
  +      <li><a href="name-based.html">Name-based Virtual Hosts</a> (More
  +      than one web site per IP address)</li>
         <li><a href="ip-based.html">IP-based Virtual Hosts</a> (An IP
         address for each web site)</li>
         <li><a href="examples.html">Virtual Host examples for common