summaryrefslogtreecommitdiffstats
path: root/docs/manual/stopping.html.en
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2018-04-21 17:59:44 +0200
committerEric Covener <covener@apache.org>2018-04-21 17:59:44 +0200
commit025ed9b18a90820858d5edf9e47fb1f6da5b9006 (patch)
tree1c01098f6e07396e73cbe85140bbce987565e3a9 /docs/manual/stopping.html.en
parentxforms (diff)
downloadapache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.tar.xz
apache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.zip
rebuild with extraclean to pick up permalinks in
This will make it easier to compare with an extraclean jdk9 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829716 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/stopping.html.en')
-rw-r--r--docs/manual/stopping.html.en10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en
index 97de1f0362..34a92d24e3 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></h2>
+<h2><a name="introduction" id="introduction">Introduction</a><a title="Permanent link" href="#introduction" class="permalink">&para;</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></h2>
+<h2><a name="term" id="term">Stop Now</a><a title="Permanent link" href="#term" class="permalink">&para;</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></h2>
+<h2><a name="graceful" id="graceful">Graceful Restart</a><a title="Permanent link" href="#graceful" class="permalink">&para;</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></h2>
+<h2><a name="hup" id="hup">Restart Now</a><a title="Permanent link" href="#hup" class="permalink">&para;</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></h2>
+<h2><a name="gracefulstop" id="gracefulstop">Graceful Stop</a><a title="Permanent link" href="#gracefulstop" class="permalink">&para;</a></h2>
<dl><dt>Signal: WINCH</dt>
<dd><code>apachectl -k graceful-stop</code></dd>