From 8238b47b69c83cc1d672da69da13524fcedc159e Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Sat, 8 Jan 2005 02:08:49 +0000 Subject: [PATCH] Update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124605 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 18 +++++++++--------- docs/manual/programs/configure.html.en | 15 ++++++++------- docs/manual/programs/configure.xml.ko | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 53c2325075..caa3fc780f 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -590,7 +590,7 @@ directly acquire - 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 SERVER_BUSY status to the client. @@ -598,23 +598,23 @@ directly Off 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 KEEP_ALIVE 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 On. + This flag will tell the Operating System to send KEEP_ALIVE + 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 On. retry 60 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. loadfactor 1 - Worker load factor. Used with BalancerMamber. - It is a number between 1 and 100 and defined the load aplied to + Worker load factor. Used with BalancerMember. + It is a number between 1 and 100 and defines the load applied to the worker. route diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 22e0132970..25ad8ae4f6 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -633,16 +633,17 @@ modules use the following options:

-
--with-module=module-type:module-file -
-

Add a third-party module to the list of statically linked +

--with-module=module-type:module-file[, + module-type:module-file]
+

Add one or more third-party modules to the list of statically linked modules. The module source file module-file will be searched in the modules/module-type - subdirectory of your Apache HTTP server source tree so it has to be - placed there before. If it is not found here - configure is considering module-file to be + subdirectory of your Apache HTTP server source tree. If it is not found + there configure is considering module-file to be an absolute file path and tries to copy the source file into the - module-type subdirectory.

+ module-type subdirectory. If the subdirectory doesn't + exist it will be created and populated with a standard + Makefile.in.

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.

diff --git a/docs/manual/programs/configure.xml.ko b/docs/manual/programs/configure.xml.ko index ef2c962f18..62c435a277 100644 --- a/docs/manual/programs/configure.xml.ko +++ b/docs/manual/programs/configure.xml.ko @@ -1,7 +1,7 @@ - +