You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/09/17 20:34:01 UTC

svn commit: r816322 - in /httpd/site/trunk: docs/mod_fcgid/index.en.html xdocs/mod_fcgid/index.en.xml

Author: wrowe
Date: Thu Sep 17 18:34:01 2009
New Revision: 816322

URL: http://svn.apache.org/viewvc?rev=816322&view=rev
Log:
is ... what?

Modified:
    httpd/site/trunk/docs/mod_fcgid/index.en.html
    httpd/site/trunk/xdocs/mod_fcgid/index.en.xml

Modified: httpd/site/trunk/docs/mod_fcgid/index.en.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/mod_fcgid/index.en.html?rev=816322&r1=816321&r2=816322&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_fcgid/index.en.html [utf-8] (original)
+++ httpd/site/trunk/docs/mod_fcgid/index.en.html [utf-8] Thu Sep 17 18:34:01 2009
@@ -71,7 +71,12 @@
  <tr><td>
   <blockquote>
 <p>
-    <tt>mod_fcgid</tt> is 
+    <tt>mod_fcgid</tt> is a high performance alternative to mod_cgi or mod_cgid,
+    which starts a sufficient number instances of the CGI program to handle
+    concurrent requests, and these programs remain running to handle further
+    incoming requests.  It is favored by the PHP developers, for example, as
+    a preferred alternative to running mod_php in-process, delivering very
+    similar performance. 
   </p>
   </blockquote>
  </td></tr>

Modified: httpd/site/trunk/xdocs/mod_fcgid/index.en.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/mod_fcgid/index.en.xml?rev=816322&r1=816321&r2=816322&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/mod_fcgid/index.en.xml [utf-8] (original)
+++ httpd/site/trunk/xdocs/mod_fcgid/index.en.xml [utf-8] Thu Sep 17 18:34:01 2009
@@ -9,7 +9,12 @@
 <section>
   <title>Introduction</title>
   <p>
-    <tt>mod_fcgid</tt> is 
+    <tt>mod_fcgid</tt> is a high performance alternative to mod_cgi or mod_cgid,
+    which starts a sufficient number instances of the CGI program to handle
+    concurrent requests, and these programs remain running to handle further
+    incoming requests.  It is favored by the PHP developers, for example, as
+    a preferred alternative to running mod_php in-process, delivering very
+    similar performance. 
   </p>
 </section>