From: William A. Rowe Jr Date: Sun, 30 Apr 2006 07:13:37 +0000 (+0000) Subject: Whoops, let's not duplicate listeners X-Git-Tag: 2.0.59~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d2e5a7e78612993006534a36ccde949f247eee9;p=thirdparty%2Fapache%2Fhttpd.git Whoops, let's not duplicate listeners git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@398290 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 7645a792c39..a9d3b93d649 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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" );