Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4729

Httpchk when server maxconn has been reached

$
0
0

@timdaman wrote:

Given the following configuration

listen input
    bind :80
    bind :443 ssl crt /ssl.pem no-sslv3
    mode http
    option forwardfor

    option httpchk /index.php
    http-check expect string 'test'
    server 10.0.0.100 10.0.0.100:443 cookie ${x} check inter 2s ssl verify none maxconn 100

What happens to health checks when a server has reached the max 100 connections?
Does haproxy reserve a connection for itself to perform healthchecks?
Does it get blocked from making healthchecks?
In other works does 'maxconn' apply to 'httpchk'?

I desire a configuration where healthchecks will always be performed even when the backend is at the 'maxconn' limit. That way the node is still performing some useful work.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>