]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some broken HTML, and note that the "-k option" stuff is
authorKen Coar <coar@apache.org>
Thu, 22 Oct 1998 20:48:40 +0000 (20:48 +0000)
committerKen Coar <coar@apache.org>
Thu, 22 Oct 1998 20:48:40 +0000 (20:48 +0000)
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

docs/manual/platform/windows.html

index 2eb65247b73a3d45e3adc2c407b608098b7ec40f..e6315fe95471fc7ef4aa19fb869536ba3aad9855 100644 (file)
@@ -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.