You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2005/01/08 03:08:50 UTC

svn commit: r124605 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en /httpd/httpd/trunk/docs/manual/programs/configure.html.en /httpd/httpd/trunk/docs/manual/programs/configure.xml.ko

Author: erikabele
Date: Fri Jan  7 18:08:49 2005
New Revision: 124605

URL: http://svn.apache.org/viewcvs?view=rev&rev=124605
Log:
Update transformation.


Modified:
   httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
   httpd/httpd/trunk/docs/manual/programs/configure.html.en
   httpd/httpd/trunk/docs/manual/programs/configure.xml.ko

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en?view=diff&rev=124605&p1=httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en&r1=124604&p2=httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en&r2=124605
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en	Fri Jan  7 18:08:49 2005
@@ -590,7 +590,7 @@
     <tr><td>acquire</td>
         <td>-</td>
         <td>If set this will be the maximum time to wait for a free
-    connection in the connection pool. If there is no free connections
+    connection in the connection pool. If there are no free connections
     in the pool the Apache will return <code>SERVER_BUSY</code> status to
     the client.
     </td></tr>
@@ -598,23 +598,23 @@
         <td>Off</td>
         <td>This parameter should be used when you have a firewall between your
     Apache and the backend server, who tend to drop inactive connections.
-    This flag will told Operating System to send <code>KEEP_ALIVE</code> message
-    on inactive connections (interval depend on global OS settings,
-    generally 120ms), and thus prevent the firewall to cut the connection.
-    To enable keepalive set this property value to the <code>On</code>. 
+    This flag will tell the Operating System to send <code>KEEP_ALIVE</code>
+    messages on inactive connections (interval depends on global OS settings,
+    generally 120ms), and thus prevent the firewall to drop the connection.
+    To enable keepalive set this property value to <code>On</code>. 
     </td></tr>
     <tr><td>retry</td>
         <td>60</td>
         <td>Connection pool worker retry timeout in seconds.
     If the connection pool worker to the backend server is in the error state,
-    the Apache will not forward any request to that servers untill that timeout
+    Apache will not forward any requests to that server until the timeout
     expires. This enables to shut down the backend server for maintenance,
-    and bring it back online.
+    and bring it back online later.
     </td></tr>
     <tr><td>loadfactor</td>
         <td>1</td>
-        <td>Worker load factor. Used with BalancerMamber.
-         It is a number between 1 and 100 and defined the load aplied to
+        <td>Worker load factor. Used with BalancerMember.
+         It is a number between 1 and 100 and defines the load applied to
          the worker.
     </td></tr>
     <tr><td>route</td>

Modified: httpd/httpd/trunk/docs/manual/programs/configure.html.en
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/configure.html.en?view=diff&rev=124605&p1=httpd/httpd/trunk/docs/manual/programs/configure.html.en&r1=124604&p2=httpd/httpd/trunk/docs/manual/programs/configure.html.en&r2=124605
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.html.en	(original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.html.en	Fri Jan  7 18:08:49 2005
@@ -633,16 +633,17 @@
         modules use the following options:</p>
 
       <dl>
-        <dt><code>--with-module=<var>module-type</var>:<var>module-file</var>
-          </code></dt>
-        <dd><p>Add a third-party module to the list of statically linked
+        <dt><code>--with-module=<var>module-type</var>:<var>module-file</var>[,
+          <var>module-type</var>:<var>module-file</var>]</code></dt>
+        <dd><p>Add one or more third-party modules to the list of statically linked
             modules. The module source file <code><var>module-file</var></code>
             will be searched in the <code>modules/<var>module-type</var></code>
-            subdirectory of your Apache HTTP server source tree so it has to be
-            placed there before. If it is not found here 
-            <code>configure</code> is considering <var>module-file</var> to be
+            subdirectory of your Apache HTTP server source tree. If it is not found
+            there <code>configure</code> is considering <var>module-file</var> to be
             an absolute file path and tries to copy the source file into the
-            <var>module-type</var> subdirectory.</p>
+            <var>module-type</var> subdirectory. If the subdirectory doesn't
+            exist it will be created and populated with a standard
+            <code>Makefile.in</code>.</p>
           <p>This option is useful to add small external modules consisting of
             one source file. For more complex modules you should read the
             vendor's documentation.</p>

Modified: httpd/httpd/trunk/docs/manual/programs/configure.xml.ko
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/configure.xml.ko?view=diff&rev=124605&p1=httpd/httpd/trunk/docs/manual/programs/configure.xml.ko&r1=124604&p2=httpd/httpd/trunk/docs/manual/programs/configure.xml.ko&r2=124605
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.xml.ko	(original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.xml.ko	Fri Jan  7 18:08:49 2005
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:124545 (outdated) -->
+<!-- English Revision: 105989:124600 (outdated) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation