HAProxy 2.0
haproxy.com
HAProxy 2.0
1–10 of 120 posts
Re: HAProxy 2.0
#2Re: HAProxy 2.0
#3I've always used Nginx as a proxy, but I've seen HAProxy mentioned, what are some of the benefits of using HAProxy over nginx as a proxy or load balancer?
Re: HAProxy 2.0
#4I've always used Nginx as a proxy, but I've seen HAProxy mentioned, what are some of the benefits of using HAProxy over nginx as a proxy or load balancer?
These days I think they’ve grown a lot closer together on capabilities. nginx remains a true web server where HA Proxy is not.
Re: HAProxy 2.0
#5I've always used Nginx as a proxy, but I've seen HAProxy mentioned, what are some of the benefits of using HAProxy over nginx as a proxy or load balancer?
Re: HAProxy 2.0
#6I've always used Nginx as a proxy, but I've seen HAProxy mentioned, what are some of the benefits of using HAProxy over nginx as a proxy or load balancer?
It is very usable to proxy other services than HTTP.
Re: HAProxy 2.0
#7I've always used Nginx as a proxy, but I've seen HAProxy mentioned, what are some of the benefits of using HAProxy over nginx as a proxy or load balancer?
The biggest difference a few years ago was HA Proxy could do layer 4 load balancing where nginx was layer 7. These days I think they’ve grown a lot closer together on capabilities. nginx remains a true web server where HA Proxy is not.
For more use cases look at Kong, which is almost completely built on openresty.
Re: HAProxy 2.0
#8I've always used Nginx as a proxy, but I've seen HAProxy mentioned, what are some of the benefits of using HAProxy over nginx as a proxy or load balancer?
Re: HAProxy 2.0
#9I've always used Nginx as a proxy, but I've seen HAProxy mentioned, what are some of the benefits of using HAProxy over nginx as a proxy or load balancer?
Re: HAProxy 2.0
#10I've always used Nginx as a proxy, but I've seen HAProxy mentioned, what are some of the benefits of using HAProxy over nginx as a proxy or load balancer?
Disclosure: I'm a community contributor to HAProxy and I help maintain the issue tracker on GitHub.