diff options
author | Ruediger Pluem <rpluem@apache.org> | 2008-10-15 21:46:32 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2008-10-15 21:46:32 +0200 |
commit | 96c04ef6e1d601f4b9e5f7b4f08fb23afc0fb5c6 (patch) | |
tree | 6674af763eea0c0565f7590c09d88461d25c2c2b /docs/manual/mod/mod_proxy.html.en | |
parent | * Add the possibility to set the worker parameters connectiontimeout and ping (diff) | |
download | apache2-96c04ef6e1d601f4b9e5f7b4f08fb23afc0fb5c6.tar.xz apache2-96c04ef6e1d601f4b9e5f7b4f08fb23afc0fb5c6.zip |
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@705008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.html.en')
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index fddc08bbaa..067f5924c5 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -853,7 +853,8 @@ through</td></tr> <td>timeout</td> <td>Connect timeout in seconds. The number of seconds Apache waits for the creation of a connection to - the backend to complete. + the backend to complete. By adding a postfix of ms the timeout can be + also set in milliseconds. </td></tr> <tr><td>disablereuse</td> <td>Off</td> @@ -908,6 +909,8 @@ through</td></tr> which could be an issue, but it will lower the traffic in case some of the cluster nodes are down or busy. Currently this has an effect only for AJP. + By adding a postfix of ms the delay can be also set in + milliseconds. </td></tr> <tr><td>redirect</td> <td>-</td> |