]> granicus.if.org Git - apache/commitdiff
Fixed install.log output for SSL port.
authorGuenter Knauf <fuankg@apache.org>
Mon, 20 Aug 2012 14:41:57 +0000 (14:41 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 20 Aug 2012 14:41:57 +0000 (14:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375041 13f79535-47bb-0310-9956-ffa450edef68

build/installwinconf.awk

index f6ef575ca2a458971bb3e9ef0930ff4449f48bcf..bc6e97de57d0a8689d31e70ca37a9879880f0f8c 100644 (file)
@@ -51,7 +51,7 @@ BEGIN {
     print " ServerName =    " servername >tstfl;
     print " ServerAdmin =   " serveradmin >tstfl;
     print " ServerPort =    " serverport >tstfl;
-    print " ServerSslPort = " serverport >tstfl;
+    print " ServerSslPort = " serversslport >tstfl;
     print " ServerRoot =    " serverroot >tstfl;
 
     filelist["httpd.conf"] = "httpd.conf.in";