]> granicus.if.org Git - apache/commitdiff
Update the vhost docs to not refer to Port anymore.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 19 Oct 2001 05:24:33 +0000 (05:24 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 19 Oct 2001 05:24:33 +0000 (05:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91562 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/examples.html

index d00a38a40b1479808f91d8010e54d92f894968a9..5de5bacc0cb5d1a42af178ad6c1a00b4de753e2a 100644 (file)
@@ -48,7 +48,7 @@
 
     <BLOCKQUOTE><PRE>
     ...
-    Port 80
+    Listen 80
     ServerName server.domain.tld
 
     NameVirtualHost *
@@ -90,7 +90,7 @@
 
     <BLOCKQUOTE><PRE>
     ...
-    Port 80
+    Listen 80
     ServerName server.domain.tld
 
     NameVirtualHost 111.22.33.44 
 
     <BLOCKQUOTE><PRE>
     ...
-    Port 80
+    Listen 80
     ServerName www.domain.tld
     DocumentRoot /www/domain
 
        to serve multiple ports.  By defining the
        ports in the "NameVirtualHost" tag, you can allow this to
        work. If you try using <VirtualHost name:port> 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.
        <P>
 
 
     <BLOCKQUOTE><PRE>
     ...
-    Port 80
+    Listen 80
     DocumentRoot /www/domain
     ServerName www.domain.tld
 
 
     <BLOCKQUOTE><PRE>
     ...
-    Port 80
+    Listen 80
     ServerName server.domain.tld
     
     &lt;VirtualHost 111.22.33.44&gt;
 
     <BLOCKQUOTE><PRE>
     ...
-    Port 80
     Listen 111.22.33.44:80
     Listen 111.22.33.55:8080
     ServerName server.domain.tld
 
     <BLOCKQUOTE><PRE>
     ...
-    Port 80
+    Listen 80
     ServerName server.domain.tld
 
     NameVirtualHost 111.22.33.44
 
     <BLOCKQUOTE><PRE>
     ...
-    Port 80
+    Listen 80
     ServerName www.domain.tld
     DocumentRoot /www/domain