]> granicus.if.org Git - apache/commitdiff
Set some links
authorAstrid Malo <kess@apache.org>
Sat, 14 Dec 2002 19:00:34 +0000 (19:00 +0000)
committerAstrid Malo <kess@apache.org>
Sat, 14 Dec 2002 19:00:34 +0000 (19:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97915 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/stopping.html.en
docs/manual/stopping.xml

index 1c3511a3bb96e97904a5ebeae9c0b223a487f44b..d99a2c5c8bc2c380a9e9aed947466edee01d6cba 100644 (file)
     <p>In order to stop or restart Apache, you must send a signal to
     the running <code>httpd</code> processes.  There are two ways to
     send the signals.  First, you can use the unix <code>kill</code>
-    command to directly send signals to the processes.  You will
+    command to directly send signals to the processes. 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 pid is in the <code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code>. That is to say you
     shouldn't ever need to send signals to any process except the
     parent. There are three signals that you can send the parent:
-    <code>TERM</code>, <code>HUP</code>, and <code>USR1</code>, which
+    <a href="#term"><code>TERM</code></a>,
+    <a href="#hup"><code>HUP</code></a>, and
+    <a href="#graceful"><code>USR1</code></a>, which
     will be described in a moment.</p>
 
     <p>To send a signal to the parent you should issue a command
index 62385302206189bac284e1fba8308eb26e487ec1..c6a7cb49b862f09e6d0a98d0c877b099177df46b 100644 (file)
     <p>In order to stop or restart Apache, you must send a signal to
     the running <code>httpd</code> processes.  There are two ways to
     send the signals.  First, you can use the unix <code>kill</code>
-    command to directly send signals to the processes.  You will
+    command to directly send signals to the processes. 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 pid is in the <directive
     module="mpm_common">PidFile</directive>. That is to say you
     shouldn't ever need to send signals to any process except the
     parent. There are three signals that you can send the parent:
-    <code>TERM</code>, <code>HUP</code>, and <code>USR1</code>, which
+    <a href="#term"><code>TERM</code></a>,
+    <a href="#hup"><code>HUP</code></a>, and
+    <a href="#graceful"><code>USR1</code></a>, which
     will be described in a moment.</p>
 
     <p>To send a signal to the parent you should issue a command