Commit fa8fbd03 authored by Ken Coar's avatar Ken Coar
Browse files

	Fix some broken HTML, and note that the "-k option" stuff is
	new with 1.3.3.

PR:		3252


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82296 13f79535-47bb-0310-9956-ffa450edef68
parent d24873c5
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
@@ -184,8 +184,8 @@ with
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 @@ running Apache to stop by opening another console window and running
<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 @@ complete without interruption. To restart Apache, run
<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.