summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.win4
-rw-r--r--server/mpm/winnt/mpm_winnt.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.win b/Makefile.win
index 9bf43205f1..cfa125d849 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -13,7 +13,7 @@
# The following install defaults may be customized;
#
# Option Default
-# INSTDIR \Apache2
+# INSTDIR \Apache23
# PORT 80
# SSLPORT 443
# SERVERNAME localhost
@@ -105,7 +105,7 @@ _tryzlib:
!ENDIF
!IF "$(INSTDIR)" == ""
-INSTDIR=\Apache2
+INSTDIR=\Apache2x
!ENDIF
!IF "$(SERVERNAME)" == ""
SERVERNAME=localhost
diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h
index 2d9a7526a3..2b06e1328b 100644
--- a/server/mpm/winnt/mpm_winnt.h
+++ b/server/mpm/winnt/mpm_winnt.h
@@ -32,7 +32,7 @@
#define SERVICE_APACHE_RESTART 128
#ifndef AP_DEFAULT_SERVICE_NAME
-#define AP_DEFAULT_SERVICE_NAME "Apache2"
+#define AP_DEFAULT_SERVICE_NAME "Apache2.x"
#endif
#define SERVICECONFIG9X "Software\\Microsoft\\Windows\\CurrentVersion\\RunServices"