You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2002/12/14 20:00:34 UTC

cvs commit: httpd-2.0/docs/manual stopping.html.en stopping.xml

kess        2002/12/14 11:00:34

  Modified:    docs/manual stopping.html.en stopping.xml
  Log:
  Set some links
  
  Revision  Changes    Path
  1.36      +4 -2      httpd-2.0/docs/manual/stopping.html.en
  
  Index: stopping.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/stopping.html.en,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- stopping.html.en	12 Dec 2002 00:23:14 -0000	1.35
  +++ stopping.html.en	14 Dec 2002 19:00:34 -0000	1.36
  @@ -34,13 +34,15 @@
       <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
  
  
  
  1.5       +4 -2      httpd-2.0/docs/manual/stopping.xml
  
  Index: stopping.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/stopping.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- stopping.xml	12 Dec 2002 00:19:50 -0000	1.4
  +++ stopping.xml	14 Dec 2002 19:00:34 -0000	1.5
  @@ -21,14 +21,16 @@
       <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