Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - netbja

#1
Finaly I understand where I can put my ACL in FrontEnd, but it's a little bit more tricky than a txt file with native haproxy.

Cheers.

#2
Hello again Frank,

In attach file, the config file config.xml

Thank you.

BJA.



#3
Hello Franck,

You are right but did you try what you are saying ?

Sure I made Conditions and Rules  in "Rules & Checks" but the configuration file haproxy.conf does not contain any Conditions and any Rules.

So is it a bug ?

Thank you.

BJA.
#4
Hi all,

Just to clarify or understand this haproxy (2.2) implementation.
I have just created an OPNsense cluster for my customer with haproxy plugin for load balancing Exchange 2016 servers.

Here is an partial output from /usr/local/etc/haproxy.conf file.

# Backend: bk_exchange_owa (Exchange Backend OWA)
backend bk_exchange_owa
    # health check: hc_owa
    option httpchk GET /owa/HealthCheck.htm
    http-check expect status 200\ OK


As you can see, I have #health check: hc_owa commented but no trace in the haproxy.conf with acl or use_backend :

We should have this lines in haproxy.conf.
acl path_owa path_beg -i /owa/
and
use_backend bk_exchange_owa if path_owa

Is it a bug ?

Thank you for your help.