You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2010/04/23 21:46:24 UTC

svn commit: r937488 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml

Author: trawick
Date: Fri Apr 23 19:46:24 2010
New Revision: 937488

URL: http://svn.apache.org/viewvc?rev=937488&view=rev
Log:
doc the SIGTERM/SIGKILL interval implication for FcgidErrorScanInterval

Modified:
    httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml

Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml?rev=937488&r1=937487&r2=937488&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml (original)
+++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Fri Apr 23 19:46:24 2010
@@ -759,6 +759,12 @@
       any processes which have exceeded 
       <directive module="mod_fcgid">FcgidIdleTimeout</directive> or
       <directive module="mod_fcgid">FcgidProcessLifeTime</directive>.</p>
+
+      <p>Unix: mod_fcgid will terminate such processes with SIGTERM;
+      if the process is still active during the next scan, the process
+      will be terminated with SIGKILL.  Thus, this directive controls the
+      amount of time for orderly process terminate before being forcibly 
+      killed.</p>
     </usage>
   </directivesynopsis>