From: Sander Striker Date: Sat, 8 Jan 2005 00:30:41 +0000 (+0000) Subject: Update mod_proxy documentation source (final doc still needs to be generated). X-Git-Tag: 2.1.3~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a58b70445565d8eb74b5c2c35407807fdc87ae6;p=thirdparty%2Fapache%2Fhttpd.git Update mod_proxy documentation source (final doc still needs to be generated). * docs/manual/mod/mod_proxy.xml Rub out some spelling mistakes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124594 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 76b168720af..4fcdfc11fe5 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -418,7 +418,7 @@ 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. @@ -426,23 +426,23 @@ 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