Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在为企业帐户设置代理服务器。它将用作所有互联网输出请求的一站式商店。我知道可以使用 HAProxy,而 Squid 也是一种选择。有人可以更好地理解使用哪一个吗?我也没有看到使用 HAProxy 配置转发代理的正确实施指南。
谢谢普拉文
我知道可以使用 HAProxy
这是不准确的,因为 HAProxy 不是转发代理。它只是一个反向代理。
当然,如果需要,HAProxy 可以用作一组转发代理前面的负载均衡器,但您仍然需要另一个软件,例如 squid,来提供实际的转发代理服务。