diff options
author | Jim Jagielski <jim@apache.org> | 2017-06-21 16:46:56 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2017-06-21 16:46:56 +0200 |
commit | bd60481f60fa288525ccb13285991dedb2825d90 (patch) | |
tree | 73afd93c11fc62a17ceab106e9ff7390d8c17fcb /docs/manual/mod/mod_proxy_hcheck.xml | |
parent | stupid typos (diff) | |
download | apache2-bd60481f60fa288525ccb13285991dedb2825d90.tar.xz apache2-bd60481f60fa288525ccb13285991dedb2825d90.zip |
start documenting those that use the time-interval format
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799460 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_hcheck.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy_hcheck.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_hcheck.xml b/docs/manual/mod/mod_proxy_hcheck.xml index 52e598c366..c93de04e49 100644 --- a/docs/manual/mod/mod_proxy_hcheck.xml +++ b/docs/manual/mod/mod_proxy_hcheck.xml @@ -78,7 +78,7 @@ <td>Number of failed health check tests before worker is disabled</td></tr> <tr><td>hcinterval</td> <td>30</td> - <td>Period of health checks in seconds (e.g. performed every 30 seconds)</td></tr> + <td>Period of health checks in seconds (e.g. performed every 30 seconds). Uses time-interval directive syntax. </td></tr> <tr><td>hcuri</td> <td> </td> <td>Additional URI to be appended to the worker URL for the health check.</td></tr> |