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:13:24 UTC

svn commit: r821581 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en

Author: trawick
Date: Sun Oct  4 19:13:24 2009
New Revision: 821581

URL: http://svn.apache.org/viewvc?rev=821581&view=rev
Log:
update HTML transformation

Modified:
    httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en

Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en?rev=821581&r1=821580&r2=821581&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en (original)
+++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en Sun Oct  4 19:13:24 2009
@@ -759,9 +759,11 @@
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_fcgid</td></tr>
 </table>
-      <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
+      <code class="directive"><a href="#fcgiddefaultminclassprocesscount">FCGIDDefaultMinClassProcessCount</a></code>.
+      A value of <code>0</code> disables the check.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -949,8 +951,10 @@
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_fcgid</td></tr>
 </table>
       <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
+      <code class="directive"><a href="#fcgiddefaultminclassprocesscount">FCGIDDefaultMinClassProcessCount</a></code>.
+      A value of <code>0</code> disables the check.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>