From b3c6ffe0528f6643fe0181f56fdc744097981846 Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Mon, 13 Sep 2004 11:02:12 +0000 Subject: [PATCH] Oops. Do not commit private settings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105106 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" == "" -- 2.47.2