From: Astrid Malo Date: Sun, 13 Nov 2005 13:09:41 +0000 (+0000) Subject: typo X-Git-Tag: 2.1.10~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a4c9c148e4dcc958fd06f2f0a5f6950a5ab963;p=thirdparty%2Fapache%2Fhttpd.git typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@332981 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index db22c6c4042..45106cc0994 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -204,7 +204,7 @@ error. See above for a method of avoiding this. 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 @@ -215,9 +215,9 @@ error. See above for a method of avoiding this.

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