mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Fixed install.log output for SSL port.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user