]> granicus.if.org Git - apache/commitdiff
Note the different Start menu option names between 1.3.4 and 1.3.5.
authorpcs <pcs@unknown>
Fri, 19 Mar 1999 16:07:18 +0000 (16:07 +0000)
committerpcs <pcs@unknown>
Fri, 19 Mar 1999 16:07:18 +0000 (16:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82935 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html

index b0199d6ca6209b32f6dc5e115803750c116d2cea..67eee003a251b2b6003f9893a347572e6d5201c3 100644 (file)
@@ -155,13 +155,13 @@ There are two ways you can run Apache:
 </UL>
 
 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
 
 <PRE>
   NET START APACHE
@@ -169,12 +169,14 @@ with
 </PRE>
 
 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 <A HREF="#signal"><SAMP>Signalling Apache when Running</SAMP></A>
-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 <A
+HREF="#signal">Signalling Apache when Running</A> for how
+to control Apache from the command line.
 
 <P>