From: Jim Jagielski Date: Wed, 21 Jun 2017 14:46:56 +0000 (+0000) Subject: start documenting those that use the time-interval format X-Git-Tag: 2.5.0-alpha~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd60481f60fa288525ccb13285991dedb2825d90;p=apache 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 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index e8609f28af..ce1335c563 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2635,7 +2635,7 @@ the server configuration files KeepAliveTimeout Amount of time the server will wait for subsequent requests on a persistent connection -KeepAliveTimeout num[ms] +KeepAliveTimeout time-interval[s] KeepAliveTimeout 5 server configvirtual host @@ -4770,7 +4770,7 @@ server TimeOut Amount of time the server will wait for certain events before failing a request -TimeOut seconds +TimeOut time-interval[s] TimeOut 60 server configvirtual host diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index d9b894cf44..b5ab86e605 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1093,7 +1093,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 flushwait 10 The time to wait for additional input, in milliseconds, before - flushing the output brigade if 'flushpackets' is 'auto'. + flushing the output brigade if 'flushpackets' is 'auto'. Uses time-interval directive syntax. iobuffersize 8192 @@ -1112,7 +1112,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300

The frequency of initial and subsequent TCP keepalive probes depends on global OS settings, and may be as high as 2 hours. To be useful, the frequency configured in the OS must be smaller than the threshold used - by the firewall.

+ by the firewall. Uses time-interval directive syntax.

lbset 0 @@ -1139,7 +1139,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 which could be an issue, but it will lower the traffic in case some of the cluster nodes are down or busy. By adding a postfix of ms, the delay can be also set in - milliseconds. + milliseconds. Uses time-interval directive syntax. receivebuffersize 0 @@ -1163,7 +1163,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 Apache httpd 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 later. A value of 0 means always retry workers - in an error state with no timeout. + in an error state with no timeout. Uses time-interval directive syntax. route - @@ -1195,13 +1195,14 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 ProxyTimeout Connection timeout in seconds. The number of seconds Apache httpd waits for data sent by / to the backend. + Uses time-interval directive syntax. ttl - Time to live for inactive connections and associated connection pool entries, in seconds. Once reaching this limit, a connection will not be used again; it will be closed at some - later time. + later time. Uses time-interval directive syntax. flusher flush @@ -1279,7 +1280,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 timeout 0 Balancer timeout in seconds. If set, this will be the maximum time - to wait for a free worker. The default is to not wait. + to wait for a free worker. The default is to not wait. Uses time-interval directive syntax. failonstatus - 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 @@ Number of failed health check tests before worker is disabled hcinterval 30 - Period of health checks in seconds (e.g. performed every 30 seconds) + Period of health checks in seconds (e.g. performed every 30 seconds). Uses time-interval directive syntax. hcuri   Additional URI to be appended to the worker URL for the health check. diff --git a/docs/manual/mod/mod_watchdog.xml b/docs/manual/mod/mod_watchdog.xml index 0d75a2a15b..393f79de71 100644 --- a/docs/manual/mod/mod_watchdog.xml +++ b/docs/manual/mod/mod_watchdog.xml @@ -48,7 +48,7 @@ core or, if a dynamic module, be loaded before the calling module. WatchdogInterval Watchdog interval in seconds -WatchdogInterval number-of-seconds +WatchdogInterval time-interval[s] WatchdogInterval 1 server config