From 2017374db215bcf7076ef178d8d9f1765950ace8 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sat, 14 Feb 1998 13:08:57 +0000 Subject: [PATCH] mention src/support/apachectl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80213 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/stopping.html | 5 +++++ docs/manual/stopping.html.en | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/manual/stopping.html b/docs/manual/stopping.html index eb47cb1144..2b65aa8f1c 100644 --- a/docs/manual/stopping.html +++ b/docs/manual/stopping.html @@ -38,6 +38,11 @@ Modify those examples to match your ServerRoot and PidFile settings. +

As of Apache 1.3 we provide a script src/support/apachectl +which can be used to start, stop, and restart Apache. It may need a +little customization for your system, see the comments at the top of +the script. +

TERM Signal: stop now

Sending the TERM signal to the parent causes it to diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index eb47cb1144..2b65aa8f1c 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -38,6 +38,11 @@ Modify those examples to match your ServerRoot and PidFile settings. +

As of Apache 1.3 we provide a script src/support/apachectl +which can be used to start, stop, and restart Apache. It may need a +little customization for your system, see the comments at the top of +the script. +

TERM Signal: stop now

Sending the TERM signal to the parent causes it to -- 2.50.1