From: Mladen Turk Date: Mon, 13 Sep 2004 11:02:12 +0000 (+0000) Subject: Oops. Do not commit private settings. X-Git-Tag: 2.1.1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c6ffe0528f6643fe0181f56fdc744097981846;p=thirdparty%2Fapache%2Fhttpd.git Oops. Do not commit private settings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105106 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 716084266e7..fa959194416 100644 --- a/Makefile.win +++ b/Makefile.win @@ -110,7 +110,7 @@ INSTDIR=\Apache2 SERVERNAME=localhost !ENDIF !IF "$(PORT)" == "" -PORT=8008 +PORT=80 !ENDIF !IF "$(LONG)" == ""