diff options
author | Guenter Knauf <fuankg@apache.org> | 2007-12-21 21:59:03 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2007-12-21 21:59:03 +0100 |
commit | 4e0d66f3fb29dfd9efccd0e1ad09fb4a448e3d38 (patch) | |
tree | 08546f6507e281b71e9e92e3a03f016dc0d9e070 /build/mkconfNW.awk | |
parent | Let the installer lead on the origin sourceroot conf path (diff) | |
download | apache2-4e0d66f3fb29dfd9efccd0e1ad09fb4a448e3d38.tar.xz apache2-4e0d66f3fb29dfd9efccd0e1ad09fb4a448e3d38.zip |
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
Diffstat (limited to 'build/mkconfNW.awk')
-rw-r--r-- | build/mkconfNW.awk | 4 |
1 files changed, 0 insertions, 4 deletions
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(/^#/, "") } |