diff options
author | Ken Coar <coar@apache.org> | 1998-02-05 20:05:18 +0000 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-02-05 20:05:18 +0000 |
commit | 80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7 (patch) | |
tree | d84bf79bbaa000a17174059724a09ff6219e8245 /docs/manual/stopping.html.en | |
parent | 3ff603fdf59d7b3247bdd60b9054095cded19258 (diff) | |
download | httpd-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.tar.gz |
Another pass at the normalisation of the HTML tags. Some
corrections coming up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/stopping.html.en')
-rw-r--r-- | docs/manual/stopping.html.en | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index d5c2e0d154..eb47cb1144 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -13,7 +13,7 @@ ALINK="#FF0000" > <!--#include virtual="header.html" --> -<h1 ALIGN="CENTER">Stopping and Restarting Apache</H1> +<H1 ALIGN="CENTER">Stopping and Restarting Apache</H1> <P>You will notice many <CODE>httpd</CODE> executables running on your system, but you should not send signals to any of them except the parent, whose @@ -38,7 +38,7 @@ Modify those examples to match your <A HREF="mod/core.html#serverroot">ServerRoot</A> and <A HREF="mod/core.html#pidfile">PidFile</A> settings. -<h3>TERM Signal: stop now</h3> +<H3>TERM Signal: stop now</H3> <P>Sending the <CODE>TERM</CODE> signal to the parent causes it to immediately attempt to kill off all of its children. It may take it @@ -46,7 +46,7 @@ several seconds to complete killing off its children. Then the parent itself exits. Any requests in progress are terminated, and no further requests are served. -<h3>HUP Signal: restart now</h3> +<H3>HUP Signal: restart now</H3> <P>Sending the <CODE>HUP</CODE> signal to the parent causes it to kill off its children like in <CODE>TERM</CODE> but the parent doesn't exit. It @@ -63,7 +63,7 @@ set to zero when a <CODE>HUP</CODE> is sent. restart then your parent will not restart, it will exit with an error. See below for a method of avoiding this. -<h3>USR1 Signal: graceful restart</h3> +<H3>USR1 Signal: graceful restart</H3> <P><STRONG>Note:</STRONG> prior to release 1.2b9 this code is quite unstable and shouldn't be used at all. @@ -122,7 +122,7 @@ not root (or because the currently running httpd already has those ports bound). If it fails for any other reason then it's probably a config file error and the error should be fixed before issuing the graceful restart. -<h3>Appendix: signals and race conditions</h3> +<H3>Appendix: signals and race conditions</H3> <P>Prior to Apache 1.2b9 there were several <EM>race conditions</EM> involving the restart and die signals (a simple description of race |