From 2aace0b964f01f0e358cecb775077f128ee4f214 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Sat, 14 Dec 2002 19:00:34 +0000 Subject: [PATCH] Set some links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97915 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/stopping.html.en | 6 ++++-- docs/manual/stopping.xml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 1c3511a3bb..d99a2c5c8b 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 6238530220..c6a7cb49b8 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 -- 2.40.0