有人使用 YAWS 服务器作为 HTTP 代理吗?
我计划设置 YAWS 网络服务器作为 HTTP 代理服务器。 我基本上试图实现一个高吞吐量的 HTTP 代理服务器,它应该能够承受 webscale 负载。
要求是能够将某些 URI 重定向到我们公司的企业门户。
有人在生产中使用过这个设置吗? 有人知道预定要求有任何问题吗?
提前致谢!
I am planning to setup an YAWS webserver as a HTTP proxy server .
I am basically trying to achieve a high throughput HTTP proxy server which should be able to take webscale load.
The requirement is to be able to redirect certain URI's to our company's enterprise portal.
Has anybody used this setup in production ?
Does anybody know of any issues with the slated requirements?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
雅司反向代理的东西是相当实验性的,如果这就是你所需要的,我不会使用它。 相反,我会考虑 Varnish 甚至 Squid。
Yaws reverse proxy stuff is pretty experimental, I wouldn't use it if that's all you need from it. Rather, I'd look at Varnish or even Squid.
YAWS 是一个很好的应用程序服务器,但仅此而已,它对于提供静态文件或代理来说还远远不够理想。 我们在 Yaws 前面使用 haproxy 和 lighttpd 以获得更好的性能。
YAWS is a fine application server but not more, to serve static files or for proxying it's far from ideal. We use haproxy and lighttpd in front of Yaws for better performance.