From: Ryan Bloom Date: Wed, 3 Oct 2001 17:44:34 +0000 (+0000) Subject: Add a Listen directive to the default config file. This allows us to X-Git-Tag: 2.0.26~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edab33dc9c1e1dafc6676040b7ce706b10136cad;p=thirdparty%2Fapache%2Fhttpd.git Add a Listen directive to the default config file. This allows us to 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 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index a83cb3f5a70..a82f179f6be 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -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 -# 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 #