阅读背景:

有没有人使用YAWS服务器作为HTTP代理?

来源:互联网 

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.

我打算将YAWS网络服务器设置为HTTP代理服务器。我基本上试图实现一个高吞吐量的HTTP代理服务器,它应该能够进行webscale加载。

The requirement is to be able to redirect certain URI's to our company's enterprise portal.

要求是能够将某些URI重定向到我们公司的企业门户。

Has anybody used this setup in production ? Does anybody know of any issues with the slated requirements?

有人在生产中使用过此设置吗?有人知道有关要求的任何问题吗?

Thanks in advance!

提前致谢!

2 个解决方案

#1


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.

雅司逆向代理的东西是非常实验的,如果你只需要它,我就不会使用它。相反,我会看看Varnish甚至是Squid。

#2


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.

YAWS是一个很好的应用程序服务器,但不是更多,用于提供静态文件或代理它远非理想。我们在Yaws面前使用haproxy和lighttpd以获得更好的性能。


分享到: