]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change * to *:80 in vhost example to promote better habits.
authorRich Bowen <rbowen@apache.org>
Sun, 29 Aug 2004 00:55:02 +0000 (00:55 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 29 Aug 2004 00:55:02 +0000 (00:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104888 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/examples.html.en
docs/manual/vhosts/examples.xml

index 739334058f9eeba8a65bcf33e56c1800026a0efc..01e19dea6076795ee1ae3099335052340dae1740 100644 (file)
@@ -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 />
index b3b3b1d305075d5c3dcea1fa507ccb40ac951f61..7748c0308f16d3b6dc2c548a602c8e3350c6efd0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.2.2.6 $ -->
+<!-- $Revision: 1.2.2.7 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -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 />