Le 07/07/2026 à 11:45 AM, Greg Somasundram a écrit :
Greetings

I've noticed that Configuration Documentation for HAProxy 1.4 and prior includes detailed explanation of

path_dir, path sub etc in Section 7.

e.g
https://cbonte.github.io/haproxy-dconv/1.4/configuration.html#7.5.3-path_dir <https://cbonte.github.io/haproxy-dconv/1.4/configuration.html#7.5.3-path_dir>

However, from that version forward - it appears these are no longer present


Hi,

path_dir, path_sub ... are aliases of "path -m ...". So, since the 1.5, everything is documented with "path". The changes were performed during a documentation reorg:

commit 74ca5041bf46a6f12638267aae053ec00c08f1bc
Author: Willy Tarreau <[email protected]>
Date:   Tue Jun 11 23:12:07 2013 +0200

    DOC: major reorg of ACL + sample fetch

    The split between ACL and sample fetch was a terrible mess in the doc,
    as it caused all entries to be duplicated with most of them not easy to
    find, some missing and some wrong.

    The new approach consists in describing the sample fetch methods and
    indicating the ACLs that are derived from these fetches. The doc is
    much smaller (1500 lines added, 2200 removed, net gain = 700 lines)
    and much clearer.

    The description of the ACL mechanics was revamped to take account of
    the latest evolutions and clearly describe the compatibility between
    types of fetches and ACL patterns.

    The deprecated keywords have been marked as such, though they still
    appear in the examples given for various other keywords.

--
Christopher Faulet



Reply via email to