You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2022/09/20 22:07:59 UTC

[trafficserver] branch 9.2.x updated: Update doc max size reloadable/overridable flags (#9082)

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

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 19954768a Update doc max size reloadable/overridable flags (#9082)
19954768a is described below

commit 19954768a9c13f556f96095694fa4d9759efd217
Author: mlibbey <ml...@apache.org>
AuthorDate: Fri Sep 16 12:40:11 2022 -0700

    Update doc max size reloadable/overridable flags (#9082)
    
    Adding missing flags
    
    $ traffic_ctl -V
    Apache Traffic Server - traffic_ctl - 9.0.3
    $ for i in $(traffic_ctl config match size | awk -F":" '/max_size/{print $1}'); do traffic_ctl config describe $i; echo; done
    Name            : proxy.config.http.request_line_max_size
    Current Value   : 65535
    Default Value   : 65535
    Record Type     : standard config
    Data Type       : INT
    Access Control  : default
    Update Type     : dynamic, no restart
    Update Status   : 0
    Source          : built in default
    Overridable     : no
    Syntax Check    : none
    Version         : 0
    Order           : 272
    Raw Stat Block  : 0
    
    Name            : proxy.config.http.header_field_max_size
    Current Value   : 131070
    Default Value   : 131070
    Record Type     : standard config
    Data Type       : INT
    Access Control  : default
    Update Type     : dynamic, no restart
    Update Status   : 0
    Source          : built in default
    Overridable     : no
    Syntax Check    : none
    Version         : 0
    Order           : 273
    Raw Stat Block  : 0
    
    Name            : proxy.config.http.request_header_max_size
    Current Value   : 131072
    Default Value   : 131072
    Record Type     : standard config
    Data Type       : INT
    Access Control  : default
    Update Type     : dynamic, no restart
    Update Status   : 0
    Source          : built in default
    Overridable     : yes int
    Syntax Check    : none
    Version         : 0
    Order           : 274
    Raw Stat Block  : 0
    
    Name            : proxy.config.http.response_header_max_size
    Current Value   : 131072
    Default Value   : 131072
    Record Type     : standard config
    Data Type       : INT
    Access Control  : default
    Update Type     : dynamic, no restart
    Update Status   : 0
    Source          : built in default
    Overridable     : yes int
    Syntax Check    : none
    Version         : 0
    Order           : 275
    Raw Stat Block  : 0
    
    Name            : proxy.config.body_factory.response_max_size
    Current Value   : 8192
    Default Value   : 8192
    Record Type     : standard config
    Data Type       : INT
    Access Control  : default
    Update Type     : dynamic, no restart
    Update Status   : 0
    Source          : built in default
    Overridable     : no
    Syntax Check    : none
    Version         : 0
    Order           : 294
    Raw Stat Block  : 0
    
    Name            : proxy.config.cache.alt_rewrite_max_size
    Current Value   : 4096
    Default Value   : 4096
    Record Type     : standard config
    Data Type       : INT
    Access Control  : default
    Update Type     : dynamic, no restart
    Update Status   : 0
    Source          : built in default
    Overridable     : no
    Syntax Check    : none
    Version         : 0
    Order           : 350
    Raw Stat Block  : 0
    
    Name            : proxy.config.hostdb.max_size
    Current Value   : 10485760
    Default Value   : 10485760
    Record Type     : standard config
    Data Type       : INT
    Access Control  : default
    Update Type     : static, restart traffic_server
    Update Status   : 0
    Source          : built in default
    Overridable     : no
    Syntax Check    : none
    Version         : 0
    Order           : 368
    Raw Stat Block  : 0
    
    (cherry picked from commit be7583f8ef7596addd6abd9309d6e855f9109b25)
---
 doc/admin-guide/files/records.config.en.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index fe9925dae..384a0fd01 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1218,6 +1218,7 @@ mptcp
    size allowed, otherwise, the post would fail.
 
 .. ts:cv:: CONFIG proxy.config.http.request_line_max_size INT 65535
+   :reloadable:
 
    Controls the maximum size, in bytes, of an HTTP Request Line in requests. Requests
    with a request line exceeding this size will be treated as invalid and
@@ -1226,18 +1227,23 @@ mptcp
    URI in which case the request line may also include the request scheme and domain name.
 
 .. ts:cv:: CONFIG proxy.config.http.header_field_max_size INT 131070
+   :reloadable:
 
    Controls the maximum size, in bytes, of an HTTP header field in requests. Headers
    in a request with the sum of their name and value that exceed this size will cause the
    entire request to be treated as invalid and rejected by the proxy.
 
 .. ts:cv:: CONFIG proxy.config.http.request_header_max_size INT 131072
+   :overridable:
+   :reloadable:
 
    Controls the maximum size, in bytes, of an HTTP header in requests. Headers
    in a request which exceed this size will cause the entire request to be
    treated as invalid and rejected by the proxy.
 
 .. ts:cv:: CONFIG proxy.config.http.response_header_max_size INT 131072
+   :overridable:
+   :reloadable:
 
    Controls the maximum size, in bytes, of headers in HTTP responses from the
    proxy. Any responses with a header exceeding this limit will be treated as
@@ -2422,6 +2428,7 @@ Cache Control
    connections, but smaller numbers could increase (waste) seeks.
 
 .. ts:cv:: CONFIG proxy.config.cache.alt_rewrite_max_size INT 4096
+   :reloadable:
 
    Configures the size, in bytes, of an alternate that will be considered
    small enough to trigger a rewrite of the resident alt fragment within a