From: Astrid Kessler Date: Sat, 14 Dec 2002 19:00:34 +0000 (+0000) Subject: Set some links X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7be0101b9e7c4d3bc19fc49b18e5eb03cb59cde;p=thirdparty%2Fapache%2Fhttpd.git Set some links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97915 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 1c3511a3bb9..d99a2c5c8bc 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -34,13 +34,15 @@

In order to stop or restart Apache, you must send a signal to the running httpd processes. There are two ways to send the signals. First, you can use the unix kill - command to directly send signals to the processes. You will + command to directly send signals to the processes. You will notice many httpd executables running on your system, but you should not send signals to any of them except the parent, whose pid is in the PidFile. 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: - TERM, HUP, and USR1, which + TERM, + HUP, and + USR1, which will be described in a moment.

To send a signal to the parent you should issue a command diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index 62385302206..c6a7cb49b86 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -21,14 +21,16 @@

In order to stop or restart Apache, you must send a signal to the running httpd processes. There are two ways to send the signals. First, you can use the unix kill - command to directly send signals to the processes. You will + command to directly send signals to the processes. You will notice many httpd executables running on your system, but you should not send signals to any of them except the parent, whose pid is in the PidFile. 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: - TERM, HUP, and USR1, which + TERM, + HUP, and + USR1, which will be described in a moment.

To send a signal to the parent you should issue a command