From 2c7371aebb390bb9d06b619ddb69d5d4cb17f0e8 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 3 Oct 2001 18:56:38 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index a82f179f6b..cad4b438df 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 # -- 2.50.1