如何配置 HAProxy 将 GET 和 POST HTTP 请求发送到两个不同的应用程序服务器
我正在使用 RESTful 架构。我有两个正在运行的应用程序服务器。一个应该只提供 GET 请求,另一个应该只提供 POST 请求。我想配置 HAProxy 以根据上述条件对请求进行负载平衡。请帮我
I am using RESTful architecture. I have two application servers running. One should serve only GET request and other should serve only POST request. I want to configure HAProxy to loadbalance the requests depending upon the above condition. Please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可以为您执行此操作的部分 HAProxy 配置:
Here's a partial HAProxy configuration which can do this for you: