Hi all,

for my understanding. When I have a declaration in HAProxy 1.5.x
like the following:

frontend F1
    default BE1

frontend F2
    default BE2

backend BE1
    server S1 IP1:Port1
    server S2 IP2:Port2

backend BE2
    server S1 IP1:Port1
    server S2 IP2:Port2


Is then S1 (identified by IP1:Port1) ONE entity
or are BE1->S1 and BE2->S1 two entities and
HAProxy does not set this both into relation?

E.g. for doing a check not for every backend/server
combination but for a server alone.

Best regards
Andreas Mock


Reply via email to