From 583891894c805a1f4eedce64eb8eb04807a0cb35 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Sun, 11 May 2008 14:44:32 +0000 Subject: [PATCH] Merge r332981 from 2.2: typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655319 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/stopping.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index daefb09be1..5c49c7684e 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -206,7 +206,7 @@ syntax error(s). parent process and all children when in the "graceful" state. However as the PidFile will have been removed, you will not be able to use - apachectl or httpd to send this signal,

+ apachectl or httpd to send this signal.

The graceful-stop signal allows you to run multiple identically configured instances of httpd at the @@ -217,9 +217,9 @@ syntax error(s).

Care has been taken to ensure that on-disk files such as the Lockfile and ScriptSock files contain the server - PID, and should co-exist without problem. However, if a configuration + PID, and should coexist without problem. However, if a configuration directive, third-party module or persistent CGI utilises any other on-disk - lock or state files; care should be taken to ensure that multiple running + lock or state files, care should be taken to ensure that multiple running instances of httpd do not clobber each others files.

You should also be wary of other potential race conditions, such as -- 2.50.1