From: Jim Jagielski Date: Wed, 21 Jun 2017 15:00:46 +0000 (+0000) Subject: some more nits X-Git-Tag: 2.5.0-alpha~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f7bb104e4faabbea2242b212ae623e199a2d358;p=apache some more nits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799463 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index b5ab86e605..746436f18c 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -217,7 +217,8 @@ ProxyPass "/example" "http://backend.example.com" connectiontimeout=5 timeout=30

This will create a worker associated with the origin server URL http://backend.example.com that will use the given timeout - values. When used in a forward proxy, workers are usually defined + values. All timeouts use the time-interval + directive syntax. When used in a forward proxy, workers are usually defined via the ProxySet directive:

@@ -1061,7 +1062,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 Connect timeout in seconds. The number of seconds Apache httpd waits for the creation of a connection to the backend to complete. By adding a postfix of ms, the timeout can be - also set in milliseconds. + also set in milliseconds. Uses the time-interval directive syntax disablereuse Off @@ -1093,7 +1094,8 @@ 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'. Uses time-interval directive syntax. + flushing the output brigade if 'flushpackets' is 'auto'. + Uses time-interval directive syntax. iobuffersize 8192 @@ -1112,7 +1114,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. Uses time-interval directive syntax.

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

lbset 0 @@ -1139,7 +1141,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. Uses time-interval directive syntax. + milliseconds. Uses the time-interval directive syntax. receivebuffersize 0 @@ -1163,7 +1165,8 @@ 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. Uses time-interval directive syntax. + in an error state with no timeout. + Uses the time-interval directive syntax. route - @@ -1195,14 +1198,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. + Uses the 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. Uses time-interval directive syntax. + later time. Uses the time-interval directive syntax. flusher flush @@ -1280,7 +1283,8 @@ 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. Uses time-interval directive syntax. + to wait for a free worker. The default is to not wait. + Uses the time-interval directive syntax. failonstatus - @@ -1865,7 +1869,7 @@ NoProxy .example.com 192.168.112.0/21 ProxyTimeout Network timeout for proxied requests -ProxyTimeout seconds +ProxyTimeout time-interval[s] Value of Timeout server configvirtual host