From 4e0d66f3fb29dfd9efccd0e1ad09fb4a448e3d38 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 21 Dec 2007 20:59:03 +0000 Subject: Enabled to configure the https port as we do with http port too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606316 13f79535-47bb-0310-9956-ffa450edef68 --- build/mkconfNW.awk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build/mkconfNW.awk') diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 39e60e0b66..7d63b51660 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -94,10 +94,6 @@ BEGIN { next } -match ($0,/443/) { - sub(/443/, SSLPORT) -} - match ($0,/^#SSLSessionCache +"dbm:/) { sub(/^#/, "") } -- cgit v1.2.3