You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2006/04/30 09:13:41 UTC

svn commit: r398290 - /httpd/httpd/branches/2.0.x/Makefile.win

Author: wrowe
Date: Sun Apr 30 00:13:37 2006
New Revision: 398290

URL: http://svn.apache.org/viewcvs?rev=398290&view=rev
Log:

  Whoops, let's not duplicate listeners

Modified:
    httpd/httpd/branches/2.0.x/Makefile.win

Modified: httpd/httpd/branches/2.0.x/Makefile.win
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/Makefile.win?rev=398290&r1=398289&r2=398290&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/Makefile.win (original)
+++ httpd/httpd/branches/2.0.x/Makefile.win Sun Apr 30 00:13:37 2006
@@ -652,8 +652,8 @@
 	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" );