diff options
author | Rich Bowen <rbowen@apache.org> | 2006-06-10 02:53:11 +0000 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2006-06-10 02:53:11 +0000 |
commit | 3c32eea0694051a4a8afa8674a0ded56cde62657 (patch) | |
tree | 666207502e876abf7eac0fe1c7fa9e6177269a90 /docs/manual/stopping.xml | |
parent | e4db33ac7c7612dca0c927ee18cba4073b7ec891 (diff) | |
download | httpd-3c32eea0694051a4a8afa8674a0ded56cde62657.tar.gz |
There's four of 'em, not three. I know there's a Monty Python quote in
here somewhere, I just can't find it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413217 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/stopping.xml')
-rw-r--r-- | docs/manual/stopping.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index 9bfd6c38d6..e99ab45d7d 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -36,6 +36,7 @@ <seealso><program>httpd</program></seealso> <seealso><program>apachectl</program></seealso> +<seealso><a href="invoking.html">Starting</a></seealso> <section id="introduction"><title>Introduction</title> @@ -48,10 +49,11 @@ 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: + parent. There are four signals that you can send the parent: <code><a href="#term">TERM</a></code>, + <code><a href="#graceful">USR1</a></code>, <code><a href="#hup">HUP</a></code>, and - <code><a href="#graceful">USR1</a></code>, which + <code><a href="#gracefulstop">WINCH</a></code>, which will be described in a moment.</p> <p>To send a signal to the parent you should issue a command |