From: Justin Erenkrantz Date: Fri, 19 Oct 2001 05:24:33 +0000 (+0000) Subject: Update the vhost docs to not refer to Port anymore. X-Git-Tag: 2.0.27~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22c89918304b9acc70f4ab11fb26a28e595532c2;p=apache Update the vhost docs to not refer to Port anymore. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91562 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/examples.html b/docs/manual/vhosts/examples.html index d00a38a40b..5de5bacc0c 100644 --- a/docs/manual/vhosts/examples.html +++ b/docs/manual/vhosts/examples.html @@ -48,7 +48,7 @@
     ...
-    Port 80
+    Listen 80
     ServerName server.domain.tld
 
     NameVirtualHost *
@@ -90,7 +90,7 @@
 
     
     ...
-    Port 80
+    Listen 80
     ServerName server.domain.tld
 
     NameVirtualHost 111.22.33.44 
@@ -135,7 +135,7 @@
 
     
     ...
-    Port 80
+    Listen 80
     ServerName www.domain.tld
     DocumentRoot /www/domain
 
@@ -197,7 +197,7 @@
        to serve multiple ports.  By defining the
        ports in the "NameVirtualHost" tag, you can allow this to
        work. If you try using  without the
-       NameVirtualHost name:port or you try to use the Port
+       NameVirtualHost name:port or you try to use the Listen
        directive, your configuration will not work.
        

@@ -252,7 +252,7 @@

     ...
-    Port 80
+    Listen 80
     DocumentRoot /www/domain
     ServerName www.domain.tld
 
@@ -276,7 +276,7 @@
 
     
     ...
-    Port 80
+    Listen 80
     ServerName server.domain.tld
     
     <VirtualHost 111.22.33.44>
@@ -313,7 +313,6 @@
 
     
     ...
-    Port 80
     Listen 111.22.33.44:80
     Listen 111.22.33.55:8080
     ServerName server.domain.tld
@@ -360,7 +359,7 @@
 
     
     ...
-    Port 80
+    Listen 80
     ServerName server.domain.tld
 
     NameVirtualHost 111.22.33.44
@@ -531,7 +530,7 @@
 
     
     ...
-    Port 80
+    Listen 80
     ServerName www.domain.tld
     DocumentRoot /www/domain