Hi, Jonathan.
Thank you for your very fast feedback: I realize that I could better
explain my question.
One configuration I could use, is to add be some "listen" sections like
these...
listen stats81 XX.XX.XX.XX:81
mode http
option httplog
compression algo gzip
stats scope FRONTEND1
stats scope BACKEND1
stats scope BACKEND2
stats enable
stats uri /haproxystats
stats refresh 60s
stats show-legends
listen stats82 XX.XX.XX.XX:82
mode http
option httplog
compression algo gzip
stats scope FRONTEND2
stats scope LISTEN3
stats enable
stats uri /haproxystats
stats refresh 60s
stats show-legends
... each one with its own user groups ACLs.
It would work, but I was asking if someone can suggest a smarter approach.
.marcoc