diff options
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 8c8086e0f9..1ddb17a7a2 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -47,7 +47,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="./programs/httpd.html">httpd</a></code></li><li><code class="program"><a href="./programs/apachectl.html">apachectl</a></code></li><li><a href="invoking.html">Starting</a></li><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="introduction" id="introduction">Introduction</a><a title="Permanent link" href="#introduction" class="permalink">¶</a></h2> +<h2><a name="introduction" id="introduction">Introduction</a> <a title="Permanent link" href="#introduction" class="permalink">¶</a></h2> <p>In order to stop or restart the Apache HTTP Server, you must send a signal to the running <code class="program"><a href="./programs/httpd.html">httpd</a></code> processes. There are two ways to @@ -84,7 +84,7 @@ <p>Modify those examples to match your <code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code> and <code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code> settings.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="term" id="term">Stop Now</a><a title="Permanent link" href="#term" class="permalink">¶</a></h2> +<h2><a name="term" id="term">Stop Now</a> <a title="Permanent link" href="#term" class="permalink">¶</a></h2> <dl><dt>Signal: TERM</dt> <dd><code>apachectl -k stop</code></dd> @@ -97,7 +97,7 @@ progress are terminated, and no further requests are served.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="graceful" id="graceful">Graceful Restart</a><a title="Permanent link" href="#graceful" class="permalink">¶</a></h2> +<h2><a name="graceful" id="graceful">Graceful Restart</a> <a title="Permanent link" href="#graceful" class="permalink">¶</a></h2> <dl><dt>Signal: USR1</dt> <dd><code>apachectl -k graceful</code></dd> @@ -165,7 +165,7 @@ should be fixed before issuing the graceful restart.</p></div> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="hup" id="hup">Restart Now</a><a title="Permanent link" href="#hup" class="permalink">¶</a></h2> +<h2><a name="hup" id="hup">Restart Now</a> <a title="Permanent link" href="#hup" class="permalink">¶</a></h2> <dl><dt>Signal: HUP</dt> <dd><code>apachectl -k restart</code></dd> @@ -187,7 +187,7 @@ restart will not be attempted, and you will receive notification of the syntax error(s).</div> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="gracefulstop" id="gracefulstop">Graceful Stop</a><a title="Permanent link" href="#gracefulstop" class="permalink">¶</a></h2> +<h2><a name="gracefulstop" id="gracefulstop">Graceful Stop</a> <a title="Permanent link" href="#gracefulstop" class="permalink">¶</a></h2> <dl><dt>Signal: WINCH</dt> <dd><code>apachectl -k graceful-stop</code></dd> |