You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2016/10/28 21:13:06 UTC

[trafficserver] branch master updated: Clarify parent transaction; add some keywords to allow cache inspection searches

This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  63bf6c6   Clarify parent transaction; add some keywords to allow cache inspection searches
63bf6c6 is described below

commit 63bf6c60ac538a2512e402fbb522bbafe4661b30
Author: Miles Libbey <ml...@apache.org>
AuthorDate: Fri Oct 28 14:10:17 2016 -0700

    Clarify parent transaction; add some keywords to allow cache inspection searches
---
 doc/admin-guide/files/records.config.en.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index da887d5..ecf52a7 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1199,13 +1199,15 @@ Parent Proxy Configuration
    :reloadable:
    :overridable:
 
-   The total number of connection attempts allowed to a parent cache before Traffic Server bypasses the parent or fails the request
+   The total number of connection attempts for a specific transaction allowed to
+   a parent cache before Traffic Server bypasses the parent or fails the request
    (depending on the ``go_direct`` option in the :file:`parent.config` file).
 
 .. ts:cv:: CONFIG proxy.config.http.parent_proxy.per_parent_connect_attempts INT 2
    :reloadable:
 
-   The total number of connection attempts allowed per parent, if multiple parents are used.
+   The total number of connection attempts allowed per parent for a specific
+   transaction, if multiple parents are used.
 
 .. ts:cv:: CONFIG proxy.config.http.parent_proxy.connect_attempts_timeout INT 30
    :reloadable:
@@ -2231,13 +2233,13 @@ Customizable User Response Pages
 
 .. ts:cv:: CONFIG proxy.config.http_ui_enabled INT 0
 
-   Specifies which http UI endpoints to allow within :file:`remap.config`:
+   Specifies which http Inspector UI endpoints to allow within :file:`remap.config`:
 
    ===== ======================================================================
    Value Description
    ===== ======================================================================
    ``0`` Disable all http UI endpoints.
-   ``1`` Enable only cache endpoints.
+   ``1`` Enable only Cache Inspector endpoints.
    ``2`` Enable only stats endpoints.
    ``3`` Enable all http UI endpoints.
    ===== ======================================================================

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].