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 2004/08/29 02:55:02 UTC

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

rbowen      2004/08/28 17:55:02

  Modified:    docs/manual/vhosts Tag: APACHE_2_0_BRANCH examples.html.en
                        examples.xml
  Log:
  Change * to *:80 in vhost example to promote better habits.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.5   +3 -3      httpd-2.0/docs/manual/vhosts/examples.html.en
  
  Index: examples.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/examples.html.en,v
  retrieving revision 1.2.2.4
  retrieving revision 1.2.2.5
  diff -u -r1.2.2.4 -r1.2.2.5
  --- examples.html.en	21 Feb 2004 00:37:53 -0000	1.2.2.4
  +++ examples.html.en	29 Aug 2004 00:55:02 -0000	1.2.2.5
  @@ -78,9 +78,9 @@
       Listen 80<br />
       <br />
       # Listen for virtual host requests on all IP addresses<br />
  -    NameVirtualHost *<br />
  +    NameVirtualHost *:80<br />
       <br />
  -    &lt;VirtualHost *&gt;<br />
  +    &lt;VirtualHost *:80&gt;<br />
       <span class="indent">
         DocumentRoot /www/example1<br />
         ServerName www.example1.com<br />
  @@ -90,7 +90,7 @@
       </span>
       &lt;/VirtualHost&gt;<br />
       <br />
  -    &lt;VirtualHost *&gt;<br />
  +    &lt;VirtualHost *:80&gt;<br />
       <span class="indent">
         DocumentRoot /www/example2<br />
         ServerName www.example2.org<br />
  
  
  
  1.2.2.7   +4 -4      httpd-2.0/docs/manual/vhosts/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/examples.xml,v
  retrieving revision 1.2.2.6
  retrieving revision 1.2.2.7
  diff -u -r1.2.2.6 -r1.2.2.7
  --- examples.xml	17 Apr 2004 19:10:48 -0000	1.2.2.6
  +++ examples.xml	29 Aug 2004 00:55:02 -0000	1.2.2.7
  @@ -60,9 +60,9 @@
       Listen 80<br />
       <br />
       # Listen for virtual host requests on all IP addresses<br />
  -    NameVirtualHost *<br />
  +    NameVirtualHost *:80<br />
       <br />
  -    &lt;VirtualHost *&gt;<br />
  +    &lt;VirtualHost *:80&gt;<br />
       <indent>
         DocumentRoot /www/example1<br />
         ServerName www.example1.com<br />
  @@ -72,7 +72,7 @@
       </indent>
       &lt;/VirtualHost&gt;<br />
       <br />
  -    &lt;VirtualHost *&gt;<br />
  +    &lt;VirtualHost *:80&gt;<br />
       <indent>
         DocumentRoot /www/example2<br />
         ServerName www.example2.org<br />