Top "Haproxy" questions

HAproxy is a TCP/HTTP load balancer which provides cookie-based persistence, advanced traffic regulation with surge protection, automatic failover, run-time regex-based header control, Web-based reporting, advanced logging to help trouble-shooting buggy applications and/or networks, and a few other features.

HAProxy redirecting http to https (ssl)

I'm using HAProxy for load balancing and only want my site to support https. Thus, I'd like to redirect all …

http redirect ssl https haproxy
Validate haproxy.cfg

Is there any way to validate the HAProxy haproxy.cfg file before restarting the HAProxy service? For example: There might …

haproxy
Difference between global maxconn and server maxconn haproxy

I have a question about my haproxy config: #--------------------------------------------------------------------- # Global settings #--------------------------------------------------------------------- global log 127.0.0.1 syslog emerg maxconn 4000 quiet user haproxy …

haproxy
HAProxy - URL Based routing with load balancing

I am new to HAProxy and I have a question about HAProxy configuration which helps me make a key decision …

configuration routing haproxy
haproxy - unable to load SSL private key from PEM file

haproxy does not start anymore, it shows the error bind <ip>:443' : unable to load SSL private key …

haproxy
How to redirect URL with HAProxy

I need redirect www.foo.com and foo.com to www.bar.com in haproxy, this is my configuration: frontend …

haproxy
HAProxy Loadbalancing TCP traffic

Using HAProxy, I'm trying to (TCP) load balance Rserve(a service listening in TCP socket for calling R scripts) running …

tcp load-balancing haproxy rserve
haproxy match various conditions in use_backend

I'm trying to match various conditions inside one backend, like this: acl rule1 hdr_dom(host) -i ext1 acl rule2 …

proxy haproxy
Haproxy route and rewrite based on URI path

I am trying to setup an Haproxy to load balance requests on a few backends identified by the uri path. …

regex path rewrite load-balancing haproxy
Haproxy ssl configuration - install root and intermediate certificate

After to much googling, i finally made my haproxy ssl to works. But now i got problem because root and …

ssl openssl centos load-balancing haproxy