TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

HAProxy 2.0

389 点作者 guthriej将近 6 年前

16 条评论

johnramsden将近 6 年前
I'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?
评论 #20198328 未加载
评论 #20198245 未加载
评论 #20198307 未加载
评论 #20198900 未加载
评论 #20198232 未加载
评论 #20198229 未加载
评论 #20198279 未加载
评论 #20199042 未加载
评论 #20198253 未加载
评论 #20198227 未加载
评论 #20199946 未加载
评论 #20198186 未加载
评论 #20201308 未加载
评论 #20198169 未加载
评论 #20200720 未加载
评论 #20216859 未加载
评论 #20198392 未加载
评论 #20198205 未加载
评论 #20199039 未加载
crb将近 6 年前
Thoughts on HAProxy vs. Envoy, or as the data plane for a service mesh?
评论 #20199125 未加载
评论 #20199472 未加载
ricardbejarano将近 6 年前
PSA: if you are building your own HAProxy binaries, 2.0 replaces the confusing linux `TARGET`s (`linux2628` and the like) with a single target "`linux-glibc`", that name may be even more confusing, as that's the target you need to build HAProxy even if you are using musl instead of glibc.
评论 #20200317 未加载
synack将近 6 年前
This is a list of nearly every feature I've ever wanted from haproxy. Truly wonderful work!
评论 #20198559 未加载
no_wizard将近 6 年前
The conversation in this thread has made me wonder after reading it if anyone uses Apache2 as their webserver anymore.<p>Edit: seems many still do! I thought it was dying slowly as php popularity was going down.
评论 #20203578 未加载
评论 #20198899 未加载
评论 #20198910 未加载
评论 #20198929 未加载
thecodemonkey将近 6 年前
Proper Layer 7 retrying is huge. I’ve been waiting for this for a while.
morrbo将近 6 年前
Is the v1 config backwards compatible with this? I can&#x27;t see it mentioned anywhere so assume you can just upgrade in place?
评论 #20198581 未加载
评论 #20198597 未加载
exabrial将近 6 年前
Now that HaProxy uses HTX internally to quickly represent header flags, I wish they&#x27;d add that to their &quot;Proxy Protocol&quot;. Back in the day, Apache&#x2F;Tomcat used AJP to transmit parsed HTTP state to backend servers to avoid the re-parsing overhead.
snvzz将近 6 年前
email version of the announcement: <a href="https:&#x2F;&#x2F;www.mail-archive.com&#x2F;haproxy@formilux.org&#x2F;msg34215.html" rel="nofollow">https:&#x2F;&#x2F;www.mail-archive.com&#x2F;haproxy@formilux.org&#x2F;msg34215.h...</a>
johnchristopher将近 6 年前
Some months ago I decided to move every little things running on some VPS to docker (so I could move those apps at will and have apps with incompatible dependencies running on the same VPS).<p>I looked into Haproxy, set a bunch of rules and fall into static IP management hell. Then I tried Traefik mainly because of the HTTPS auto-renewal feature but the ability to tag docker containers with DNS regex (so traefik knows how to reverse proxy traffic) is a god send.<p>Is there something like that in HaProxy 2.0 (HTTPS auto-renewal and container tagging) ?
评论 #20198450 未加载
评论 #20199633 未加载
zeeZ将近 6 年前
If I were to use it as a k8s ingress, how would I do OCSP stapling? nginx does that for you, but with haproxy you&#x27;ve always had to hack something together to add a .ocsp file (which has to exist at startup) and reload externally.<p>I also see no option for client certificate auth or TLS versions and cipher suites in the repo.<p>I guess it&#x27;s still better to handle TLS outside of haproxy.
评论 #20200300 未加载
评论 #20201152 未加载
sansnomme将近 6 年前
Are there any programmble http proxy servers? I write a fair bit of VM&#x2F;container control software and often need to map URLs to specific entities on the network dynamically. Never found a good programmable proxy with routing table API and always had to hand roll.
评论 #20199892 未加载
评论 #20200111 未加载
评论 #20199886 未加载
评论 #20199933 未加载
评论 #20199836 未加载
评论 #20199812 未加载
xmichael999将近 6 年前
Such a great project! I was a squid guy, then nginx and now since nginx stopped getting new features due to the commercial edition I am switching. Thank you developers for this amazing work!
评论 #20199906 未加载
jaytaylor将近 6 年前
Does it have proper support for HTTP&#x2F;2.0?<p>Last I checked, only Nginx really did it right.
评论 #20199798 未加载
评论 #20198473 未加载
评论 #20199803 未加载
评论 #20200735 未加载
humbleMouse将近 6 年前
Can HA proxy serve static files like nginx?
评论 #20198940 未加载
评论 #20206556 未加载
jrockway将近 6 年前
Sounds like HAProxy 2.0 is Envoy. I would personally (and do) just use Envoy, as everyone else is already using it and the bugs they&#x27;ve found have been fixed.
评论 #20199996 未加载