From: Ryan Bloom Date: Wed, 3 Oct 2001 18:56:38 +0000 (+0000) Subject: We need to use @@Port@@ not hard-code the Port number. X-Git-Tag: 2.0.26~112 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2c7371aebb390bb9d06b619ddb69d5d4cb17f0e8;p=thirdparty%2Fapache%2Fhttpd.git We need to use @@Port@@ not hard-code the Port number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91264 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index a82f179f6be..cad4b438df5 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -176,7 +176,7 @@ MaxRequestsPerChild 0 # directive. If this directive is present, then the Port directive # above does not effect which port is bound. # -Listen 80 +Listen @@Port@@ #Listen 12.34.56.78:80 #