]> granicus.if.org Git - apache/commitdiff
Note that Apache may run on Windows 98 (since at least some bug reports
authorpcs <pcs@unknown>
Fri, 19 Mar 1999 16:02:19 +0000 (16:02 +0000)
committerpcs <pcs@unknown>
Fri, 19 Mar 1999 16:02:19 +0000 (16:02 +0000)
say they've tried it).

Describe the new Apache Start menu options for starting and stopping
the Apache console application.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82933 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html

index d6a9427d6c6779d368fab0bb128b7ff48e648b25..b0199d6ca6209b32f6dc5e115803750c116d2cea 100644 (file)
@@ -56,9 +56,9 @@ to help with development, or to track down bugs), see the section on
 <H2><A NAME="req">Requirements</A></H2>
 
 Apache 1.3 is designed to run on Windows NT 4.0. The binary installer
-will only work in Intel processors. Apache may also run on Windows 95
-and Windows NT 3.5.1, but these have not been tested. In all cases
-TCP/IP networking must be installed.
+will only work in Intel processors. Apache may also run on Windows 95,
+Windows 98 and Windows NT 3.5.1, but these have not been tested. In
+all cases TCP/IP networking must be installed.
 
 <P>
 
@@ -168,11 +168,13 @@ with
   NET STOP APACHE
 </PRE>
 
-To run Apache from a console window, select the "Apache Server" option
-from the Start menu. 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, see <A HREF="#signal"><SAMP>Signalling Apache
-when Running</SAMP></A>.
+To run Apache from a console window, select the "Start Apache as
+console app" option from the Start menu. 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.
 
 <P>