Hi Willy,

On 18 June 2012 08:07, Willy Tarreau <[email protected]> wrote:
>
> Thanks for this useful report !
> Willy
>

My pleasure, thanks for the great piece of software!

I've found another place where the behaviour appears to diverge from
the documentation. At the beginning of section 4 it says that it's
mandatory that proxies with overlapping capabilities have different
names. My interpretation of that is that frontends can't have the same
name, and neither can backends, however a frontend may share a name
with a backend, is that correct? I ask as it seems I'm able to (at
least with 1.4.18) create multiple instances of front and backends
with overlapping names.

Config extract:

backend some-backend-name
    balance roundrobin
    timeout check 10000

    server localhost 127.0.0.1:80 weight 1 check inter 2000 fall 3
    option httpchk HEAD / HTTP/1.1\r\nHost:localhost

backend some-backend-name
    balance roundrobin
    timeout check 10000

    server localhost 127.0.0.1:80 weight 1 check inter 2000 fall 3
    option httpchk HEAD / HTTP/1.1\r\nHost:localhost

frontend test-frontend
    bind :19001

frontend test-frontend
    bind :19002

Is this me misinterpreting how things should work or something else going on?

Regards,
Damien

Reply via email to