[TS-2389] Add back proxy.config.http.uncacheable_requests_bypass_parent and a few others from the undocumented section.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5c6c53bd Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5c6c53bd Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5c6c53bd Branch: refs/heads/master Commit: 5c6c53bda1aa86908e9d873b63c50705595923cf Parents: 219ba69 Author: Miles Libbey <[email protected]> Authored: Mon Dec 16 13:27:02 2013 -0800 Committer: Miles Libbey <[email protected]> Committed: Mon Dec 16 13:27:02 2013 -0800 ---------------------------------------------------------------------- .../configuration/records.config.en.rst | 22 +++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5c6c53bd/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 1f45a7a..c3c7b80 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -720,6 +720,9 @@ Parent Proxy Configuration Don't try to resolve DNS, forward all DNS requests to the parent. This is off (``0``) by default. + + + HTTP Connection Timeouts ======================== @@ -839,6 +842,10 @@ Origin Server Connect Attempts The number of seconds before Traffic Server marks an origin server as unavailable after a client abandons a request because the origin server was too slow in sending the response header. +.. ts:cv:: CONFIG proxy.config.http.uncacheable_requests_bypass_parent INT 1 + + When enabled (1), Traffic Server bypasses the parent proxy for a request that is not cacheable. + Congestion Control ================== @@ -896,6 +903,11 @@ Negative Response Caching The cache lifetime for objects cached from this setting is controlled via :ts:cv:`proxy.config.http.negative_caching_lifetime`. +.. ts:cv:: CONFIG proxy.config.http.negative_caching_lifetime INT 1800 + + How long (in seconds) Traffic Server keeps the negative responses valid in cache. This value only affects negative + responses that do have explicit ``Expires:`` or ``Cache-Control:`` lifetimes set by the server. + Proxy User Variables ==================== @@ -1182,6 +1194,13 @@ Cache Control Objects larger than the limit are not hit evacuated. A value of 0 disables the limit. +.. ts:cv:: CONFIG proxy.config.cache.limits.http.max_alts INT 5 + + The maximum number of alternates that are allowed for any given URL. + Disable by setting to 0. Note that this setting will not strictly enforce + this if the variable ``proxy.config.cache.vary_on_user_agent`` is set + to 1 (by default it is 0). + RAM Cache ========= @@ -2193,10 +2212,7 @@ Undocumented These are referenced but not documented. Please contribute a definition. -.. ts:cv:: CONFIG proxy.config.http.negative_caching_lifetime INT 0 .. ts:cv:: CONFIG proxy.config.task_threads INT 0 -.. ts:cv:: CONFIG proxy.config.cache.limits.http.max_alts INT 5 - .. ts:cv:: CONFIG proxy.config.http.enabled INT 1
