@philipcowgill wrote:
frontend 443_oam
bind :443 # Frontend VIP IP and listener port
default_backend oam_443 # defines backend to usebackend oam_443 # Backend name referenced from frontend config
mode tcp
option httpchk get /check HTTP/1.0\r\nHost:\ http:///
default-server inter 3s fall 3 rise 2
option log-health-checks
server oam01 :443 checkThis looks like it's structured just like the examples that HAProxy give but when I start up HAProxy all I receive is
Message from syslogd@HAProxy2 at Dec 9 08:30:33 ...
haproxy[4586]: backend oam_443 has no server available!Message from syslogd@HAProxy2 at Dec 9 08:30:33 ...
haproxy[4586]: backend oam_443 has no server available!
Posts: 4
Participants: 2