]> granicus.if.org Git - apache/commitdiff
Add a Listen directive to the default config file. This allows us to
authorRyan Bloom <rbb@apache.org>
Wed, 3 Oct 2001 17:44:34 +0000 (17:44 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 3 Oct 2001 17:44:34 +0000 (17:44 +0000)
later add another listen directive, in the default SSL config file,
without stopping the server from listening on port 80.  The next step
is to combine the Port and ServerName directives, so that Port can go
away finally.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91260 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf

index a83cb3f5a705aa4bd7747e700731ea200f14ac69..a82f179f6be66c8922239ea3505bdb9ea45e98cf 100644 (file)
@@ -173,9 +173,10 @@ MaxRequestsPerChild  0
 #
 # Listen: Allows you to bind Apache to specific IP addresses and/or
 # ports, in addition to the default. See also the <VirtualHost>
-# directive.
+# directive.  If this directive is present, then the Port directive
+# above does not effect which port is bound.
 #
-#Listen 3000
+Listen 80
 #Listen 12.34.56.78:80
 
 #