
takashi at apache
May 11, 2008, 7:44 AM
Post #1 of 1
(11 views)
Permalink
|
|
svn commit: r655319 - /httpd/httpd/trunk/docs/manual/stopping.xml
|
|
Author: takashi Date: Sun May 11 07:44:32 2008 New Revision: 655319 URL: http://svn.apache.org/viewvc?rev=655319&view=rev Log: Merge r332981 from 2.2: typo Modified: httpd/httpd/trunk/docs/manual/stopping.xml Modified: httpd/httpd/trunk/docs/manual/stopping.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.xml?rev=655319&r1=655318&r2=655319&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/stopping.xml (original) +++ httpd/httpd/trunk/docs/manual/stopping.xml Sun May 11 07:44:32 2008 @@ -206,7 +206,7 @@ parent process and all children when in the "graceful" state. However as the <directive module="mpm_common">PidFile</directive> will have been removed, you will not be able to use - <code>apachectl</code> or <code>httpd</code> to send this signal,</p> + <code>apachectl</code> or <code>httpd</code> to send this signal.</p> <note><p>The <code>graceful-stop</code> signal allows you to run multiple identically configured instances of <program>httpd</program> at the @@ -217,9 +217,9 @@ <p>Care has been taken to ensure that on-disk files such as the <directive module="core">Lockfile</directive> and <directive module="mod_cgid">ScriptSock</directive> 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 <program>httpd</program> do not clobber each others files.</p> <p>You should also be wary of other potential race conditions, such as
|