From: pcs Date: Fri, 19 Mar 1999 16:07:18 +0000 (+0000) Subject: Note the different Start menu option names between 1.3.4 and 1.3.5. X-Git-Tag: 1.3.5~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cdc8ea8d6ba73257c0929642f719c380ed6df60;p=apache Note the different Start menu option names between 1.3.4 and 1.3.5. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82935 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index b0199d6ca6..67eee003a2 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -155,13 +155,13 @@ There are two ways you can run Apache: To start Apache as a service, you first need to install it as a -service. Run the "Install Apache as Service" option from the Start -menu. Once this is done you can start Apache by opening the Services -window (in the Control Panel), selecting Apache, then clicking on -Start. Apache will now be running in the background. You can later -stop Apache by clicking on Stop. As an alternative to using the -Services window, you can start and stop Apache from the control line -with +service. Run the "Install Apache as Service (NT only)" option from the +Start menu. Once this is done you can start Apache by opening the +Services window (in the Control Panel), selecting Apache, then +clicking on Start. Apache will now be running in the background. You +can later stop Apache by clicking on Stop. As an alternative to using +the Services window, you can start and stop Apache from the control +line with
   NET START APACHE
@@ -169,12 +169,14 @@ with
 
To run Apache from a console window, select the "Start Apache as -console app" option from the Start menu. This will open a console +console app" option from the Start menu (in Apache 1.3.4 and earlier, +this option was called "Apache Server"). This will open a console window and start Apache running inside it. The window will remain active until you stop Apache. To stop Apache running, either select -the "Shutdown Apache console app" icon option from the Start menu, or -see Signalling Apache when Running -for how to control Apache from the command line. +the "Shutdown Apache console app" icon option from the Start menu +(this is not available in Apache 1.3.4 or earlier), or see Signalling Apache when Running for how +to control Apache from the command line.