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 2009/10/04 21:12:50 UTC

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

Author: trawick
Date: Sun Oct  4 19:12:50 2009
New Revision: 821580

URL: http://svn.apache.org/viewvc?rev=821580&view=rev
Log:
describe the FCGIDDefaultMinClassProcessCount caveat for
FCGIDIdleTimeout and FCGIDProcessLifeTime

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=821580&r1=821579&r2=821580&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml (original)
+++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Sun Oct  4 19:12:50 2009
@@ -689,9 +689,11 @@
     <default>FCGIDIdleTimeout 300</default>
     <contextlist><context>server config</context></contextlist>
     <usage>
-      <p>Application processes which have not handled a request
-      for this period of time will be terminated.  A value of <code>0</code>
-      disables the check.</p>
+      <p>Application processes which have not handled a request for this 
+      period of time will be terminated, if the number of processses for the
+      class exceeds
+      <directive module="mod_fcgid">FCGIDDefaultMinClassProcessCount</directive>.
+      A value of <code>0</code> disables the check.</p>
     </usage>
   </directivesynopsis>
 
@@ -859,8 +861,10 @@
     <contextlist><context>server config</context></contextlist>
     <usage>
       <p>Idle application processes which have existed for greater
-      than this time will be terminated.  A value of <code>0</code>
-      disables the check.</p>
+      than this time will be terminated, if the number of processses for the
+      class exceeds
+      <directive module="mod_fcgid">FCGIDDefaultMinClassProcessCount</directive>.
+      A value of <code>0</code> disables the check.</p>
     </usage>
   </directivesynopsis>