From: William A. Rowe Jr Date: Thu, 7 Dec 2006 17:11:51 +0000 (+0000) Subject: Similar change to r483553 to help developers work in parallel on win32, install X-Git-Tag: 2.3.0~1998 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00433ed6c7d50a60df15ef1e476b16b275e18089;p=thirdparty%2Fapache%2Fhttpd.git Similar change to r483553 to help developers work in parallel on win32, install default command-line build to \Apache2x directory, and name service Apache2.x (which means this doesn't need to change over and over as trunk becomes 2.5, 2.7 etc.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483555 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 9bf43205f14..cfa125d8495 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 2d9a7526a34..2b06e1328b7 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"