This is an automated email from the ASF dual-hosted git repository. bryancall pushed a commit to branch via-url-fix-10.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 04a130408d48099ab7c693e8fdcb33893ac763c2 Author: Bryan Call <[email protected]> AuthorDate: Thu Jul 16 15:39:01 2026 -0700 doc: fix Via decoder ring URL (/tools/via moved to /via.html) The Via decoder ring page moved from /tools/via to /via.html on the project website, leaving the documented URL returning 404. Update the references in the FAQ and records documentation to the new location. --- doc/admin-guide/files/records.yaml.en.rst | 4 ++-- doc/appendices/faq.en.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/admin-guide/files/records.yaml.en.rst b/doc/admin-guide/files/records.yaml.en.rst index c1f9e243f4..87e7f5c5ab 100644 --- a/doc/admin-guide/files/records.yaml.en.rst +++ b/doc/admin-guide/files/records.yaml.en.rst @@ -912,7 +912,7 @@ allow-plain .. note:: - The ``Via`` transaction codes can be decoded with the `Via Decoder Ring <https://trafficserver.apache.org/tools/via>`_. + The ``Via`` transaction codes can be decoded with the `Via Decoder Ring <https://trafficserver.apache.org/via.html>`_. .. ts:cv:: CONFIG proxy.config.http.request_via_str STRING ApacheTrafficServer/${PACKAGE_VERSION} :reloadable: @@ -938,7 +938,7 @@ allow-plain .. note:: - The ``Via`` transaction code can be decoded with the `Via Decoder Ring <https://trafficserver.apache.org/tools/via>`_. + The ``Via`` transaction code can be decoded with the `Via Decoder Ring <https://trafficserver.apache.org/via.html>`_. .. ts:cv:: CONFIG proxy.config.http.response_via_str STRING ApacheTrafficServer/${PACKAGE_VERSION} :reloadable: diff --git a/doc/appendices/faq.en.rst b/doc/appendices/faq.en.rst index 2620fc9060..eb4962a326 100644 --- a/doc/appendices/faq.en.rst +++ b/doc/appendices/faq.en.rst @@ -106,7 +106,7 @@ Please refer to the :ref:`forward-proxy` documentation. How do I interpret the Via: header code? ---------------------------------------- -The ``Via`` header string can be decoded with the `Via Decoder Ring <https://trafficserver.apache.org/tools/via>`_. +The ``Via`` header string can be decoded with the `Via Decoder Ring <https://trafficserver.apache.org/via.html>`_. The Via header is an optional HTTP header added by Traffic Server and other HTTP proxies. If a request goes through multiple proxies, each one appends its Via header content to the end of the existing Via header. Via header content is for general information and diagnostic use only and should not be used as a programmatic interface to Traffic Server. The header is cached by each intermediary with the object as received from its downstream node. Thus, the last node in the list to report a [...]
