From 1ddf1ed16e36b39db08b9d0996eb0b3079d9206d Mon Sep 17 00:00:00 2001 From: Tony Stevenson Date: Fri, 8 Feb 2008 02:38:41 +0000 Subject: [PATCH] As per PR 41823 - s/apache.exe/httpd.exe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619746 13f79535-47bb-0310-9956-ffa450edef68 --- INSTALL | 4 ++-- docs/manual/platform/win_compiling.xml | 2 +- docs/manual/platform/windows.xml | 2 +- modules/ldap/README.ldap | 2 +- server/mpm/winnt/mpm_winnt.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 1e67c20447..03b85bde6e 100644 --- a/INSTALL +++ b/INSTALL @@ -77,8 +77,8 @@ the text "@@" to discover what you must edit. To install and start the service after you have corrected the httpd.conf file, use the command - bin\Apache -k install - bin\Apache -k start + bin\httpd.exe -k install + bin\httpd.exe -k start The .msi package configures the httpd.conf file, and installs and starts the Apache2 service for you. It also installs plenty of useful shortcuts diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml index 633252cc80..1c2042a137 100644 --- a/docs/manual/platform/win_compiling.xml +++ b/docs/manual/platform/win_compiling.xml @@ -375,7 +375,7 @@ nmake /f Makefile.win installd INSTDIR=dir

This will install the following: