sync HTML transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@822371 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/manual/mod/mod_fcgid.html.en b/docs/manual/mod/mod_fcgid.html.en
index f38bcf5..4aff651 100644
--- a/docs/manual/mod/mod_fcgid.html.en
+++ b/docs/manual/mod/mod_fcgid.html.en
@@ -52,9 +52,10 @@
     directive (e.g., for all files in a specific directory such as cgi-bin).</p>
 
     <p>Some changes have been made in the ASF release of mod_fcgid which
-    can affect existing configurations. Especially all directives have been
-    renamed. The old names still work but are now deprecated.
-    Please read the <a href="#upgrade">Upgrade Notes</a> for details.</p>
+    can affect existing configurations.  All documentation refers to new
+    names for the directives.  (The old names still work but are now 
+    deprecated.)  Please read the <a href="#upgrade">Upgrade Notes</a> for
+    details.</p>
 
     <p>For an introduction to using CGI scripts with Apache, see
     the generic tutorial on <a href="../howto/cgi.html">Dynamic Content
@@ -120,7 +121,7 @@
       Underscores in directive names have been eliminated in favor of
       CamelCase. The old directive names will still work but are deprecated.
       To fix your configuration you can use the sed script tools/fixconf.sed.
-      The following tables contains old and new directive names:
+      The following table contains old and new directive names:
       <table class="bordered"><tr class="header"><th>Old Name</th><th>New Name</th></tr>
 <tr>
           <td><code class="directive">BusyScanInterval</code></td>
@@ -275,8 +276,7 @@
 
     <p>The first example is a very simple Perl FastCGI application,
     and its configuration directives.  This is typical for FastCGI
-    applications which are named in the URL and which require no
-    special configuration.</p>
+    applications which require no special configuration.</p>
 
     <div class="example"><h3>Perl FastCGI application - /usr/local/apache/fcgi-bin/foo.pl</h3><p><code>
     #!/usr/bin/perl<br />
@@ -403,7 +403,7 @@
       </tr>
 <tr class="odd">
         <td>limit on number of processes per application</td>
-        <td><code class="directive"><a href="#fcgidmaxclassprocesscount">FCGIDMaxClassProcessCount</a></code></td>
+        <td><code class="directive"><a href="#fcgidmaxprocessesperclass">FCGIDMaxProcessesPerClass</a></code></td>
       </tr>
 <tr>
         <td>limit on rate of spawning new application processes</td>
@@ -472,7 +472,7 @@
       </dl>
 
       <p>The application must output a <code>Status</code> line to indicate
-      the result of authentication.</p>
+      the result of the check.</p>
 
       <div class="warning"><h3>Warning</h3>
       <p>Currently, only one FastCGI application of any type (AAA or handler)
@@ -753,6 +753,11 @@
       while trying to connect to a FastCGI application on Windows.
       (This directive is not respected on Unix, where AF_UNIX defaults
       will apply.)</p>
+
+      <p>This setting will apply to all applications spawned for this
+      server or virtual host.  Use 
+      <code class="directive"><a href="#fcgidcmdoptions">FCGIDCmdOptions</a></code> to apply
+      this setting to a single application.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -768,7 +773,7 @@
       <p>This is the interval at which the module will handle
       pending process termination.  Termination is pending for
       any processes which have exceeded 
-      <code class="directive"><a href="#fcgididlescaninterval">FCGIDIdleScanInterval</a></code> or
+      <code class="directive"><a href="#fcgididletimeout">FCGIDIdleTimeout</a></code> or
       <code class="directive"><a href="#fcgidprocesslifetime">FCGIDProcessLifeTime</a></code>.</p>
     
 </div>
@@ -802,7 +807,7 @@
 </table>
       <p>This is the interval at which the module will search for
       processes which have exceeded 
-      <code class="directive"><a href="#fcgididlescaninterval">FCGIDIdleScanInterval</a></code> or
+      <code class="directive"><a href="#fcgididletimeout">FCGIDIdleTimeout</a></code> or
       <code class="directive"><a href="#fcgidprocesslifetime">FCGIDProcessLifeTime</a></code>.</p>
     
 </div>
@@ -821,6 +826,11 @@
       class exceeds
       <code class="directive"><a href="#fcgidminprocessesperclass">FCGIDMinProcessesPerClass</a></code>.
       A value of <code>0</code> disables the check.</p>
+
+      <p>This setting will apply to all applications spawned for this
+      server or virtual host.  Use 
+      <code class="directive"><a href="#fcgidcmdoptions">FCGIDCmdOptions</a></code> to apply
+      this setting to a single application.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -836,6 +846,11 @@
       <p>Use <code class="directive">FCGIDInitialEnv</code> to define environment 
       variables to pass to the FastCGI application.  This directive can 
       be used multiple times.</p>
+
+      <p>This setting will apply to all applications spawned for this
+      server or virtual host.  Use 
+      <code class="directive"><a href="#fcgidcmdoptions">FCGIDCmdOptions</a></code> to apply
+      this setting to a single application.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -856,6 +871,11 @@
       this period of time.  Increase this directive as necessary to handle
       applications which take a relatively long period of time to respond.</p>
       </div>
+
+      <p>This setting will apply to all applications spawned for this
+      server or virtual host.  Use 
+      <code class="directive"><a href="#fcgidcmdoptions">FCGIDCmdOptions</a></code> to apply
+      this setting to a single application.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -900,10 +920,13 @@
 </table>
       <p>A process class is the set of processes which were started by the same
       command, and share certain other characteristics such as virtual host and
-      identity.</p>
+      identity.  This directive sets the maximum number of processes in a class
+      that can be started.</p>
 
-      <p>This directive sets the maximum number of processes in a class that
-      can be started.</p>
+      <p>This setting will apply to all applications spawned for this
+      server or virtual host.  Use 
+      <code class="directive"><a href="#fcgidcmdoptions">FCGIDCmdOptions</a></code> to apply
+      this setting to a single application.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -968,6 +991,11 @@
       or other score-related directives to allow more frequent process
       creation.</p>
       </div>
+
+      <p>This setting will apply to all applications spawned for this
+      server or virtual host.  Use 
+      <code class="directive"><a href="#fcgidcmdoptions">FCGIDCmdOptions</a></code> to apply
+      this setting to a single application.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -982,10 +1010,13 @@
 </table>
       <p>A process class is the set of processes which were started by the same
       command, and share certain other characteristics such as virtual host and
-      identity.</p>
+      identity.  This directive sets the minimum number of processes in a class
+      that will be retained after finishing requests.</p>
 
-      <p>This directive sets the minimum number of processes in a class that
-      will be retained after finishing requests.</p>
+      <p>This setting will apply to all applications spawned for this
+      server or virtual host.  Use 
+      <code class="directive"><a href="#fcgidcmdoptions">FCGIDCmdOptions</a></code> to apply
+      this setting to a single application.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -1045,6 +1076,11 @@
       class exceeds
       <code class="directive"><a href="#fcgidminprocessesperclass">FCGIDMinProcessesPerClass</a></code>.
       A value of <code>0</code> disables the check.</p>
+
+      <p>This setting will apply to all applications spawned for this
+      server or virtual host.  Use 
+      <code class="directive"><a href="#fcgidcmdoptions">FCGIDCmdOptions</a></code> to apply
+      this setting to a single application.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>