coar 98/10/22 13:48:41
Modified: htdocs/manual windows.html
Log:
Fix some broken HTML, and note that the "-k option" stuff is
new with 1.3.3.
PR: 3252
Revision Changes Path
1.24 +15 -3 apache-1.3/htdocs/manual/windows.html
Index: windows.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/windows.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- windows.html 1998/10/07 08:52:31 1.23
+++ windows.html 1998/10/22 20:48:40 1.24
@@ -184,8 +184,8 @@
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>Signalling Apache
-when Running</SAMP>.
+Apache. To stop Apache running, see <A HREF="#signal"><SAMP>Signalling Apache
+when Running</SAMP></A>.
<P>
@@ -365,7 +365,13 @@
<PRE>
apache -k shutdown
</PRE>
+<BLOCKQUOTE>
+ <STRONG>Note: This option is only available with Apache 1.3.3 and
+ later. For earlier versions, you need to use Control-C in the
+ Apache console window to shut down the server.</STRONG>
+</BLOCKQUOTE>
+<P>
This should be used instead of pressing Control-C in the running
Apache console window, because it lets Apache end any current
transactions and cleanup gracefully.
@@ -379,10 +385,16 @@
<PRE>
apache -k restart
</PRE>
+<BLOCKQUOTE>
+ <STRONG>Note: This option is only available with Apache 1.3.3 and
+ later. For earlier versions, you need to use Control-C in the
+ Apache console window to shut down the server.</STRONG>
+</BLOCKQUOTE>
+<P>
Note for people familiar with the Unix version of Apache: these
commands provide a Windows equivalent to <CODE>kill -TERM
-<i>pid</i></CODE> and <CODE>kill -USR1 <i>pid</i></CODE>. The command
+<EM>pid</EM></CODE> and <CODE>kill -USR1 <EM>pid</EM></CODE>. The command
line option used, <CODE>-k</CODE>, was chosen as a reminder of the
"kill" command used on Unix.