You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/06/21 15:10:01 UTC

svn commit: r1799467 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_hcheck.xml

Author: jim
Date: Wed Jun 21 15:10:00 2017
New Revision: 1799467

URL: http://svn.apache.org/viewvc?rev=1799467&view=rev
Log:
missed one.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_hcheck.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_hcheck.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_hcheck.xml?rev=1799467&r1=1799466&r2=1799467&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_hcheck.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_hcheck.xml Wed Jun 21 15:10:00 2017
@@ -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). Uses time-interval directive syntax. </td></tr>
+        <td>Period of health checks in seconds (e.g. performed every 30 seconds). Uses the <a href="directive-dict.html#Syntax">time-interval</a> directive syntax.. </td></tr>
     <tr><td>hcuri</td>
         <td>&nbsp;</td>
         <td>Additional URI to be appended to the worker URL for the health check.</td></tr>