]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Whoops, let's not duplicate listeners
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 30 Apr 2006 07:13:37 +0000 (07:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 30 Apr 2006 07:13:37 +0000 (07:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@398290 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 7645a792c39618b648af73ebe5f433318ea26842..a9d3b93d649e8988de909d6289e01cd45994027e 100644 (file)
@@ -652,8 +652,8 @@ BEGIN {
        gsub( /^\//, substr( root, 1, 2 ) "/", serverroot );
     }
     {
-       gsub( /443/, "$(PORT)" );
        gsub( /@@ServerRoot@@/, serverroot );
+       gsub( /443/, "$(SSLPORT)" );
        gsub( /SSLMutex  file:@exp_runtimedir@\/ssl_mutex/, "SSLMutex default" );
        gsub( /@exp_runtimedir@/, "logs" );
        gsub( /@exp_htdocsdir@/, serverroot "/htdocs" );