如何在 IIS/ASP.NET 网站上使用 varnish/squid?

发布于 2024-07-09 00:54:26 字数 353 浏览 8 评论 0原文

我正在一个有大量图像的网站上工作(想想 smugmug/flickr),从我读到的内容来看,flickr 使用鱿鱼作为图像缓存。 我的图像将存储在 Amazon S3 上,因此缓存服务器也将有助于节省托管费用。 我想听听关于它的想法可以通过以下配置实现。

  1. 我的 ASP.NET/MVC 应用程序在专用 Windows 服务器上运行。
  2. varnish 在 SliceHost.com 或 Linode.com 的独立 Linux 服务器上运行(很可能我想缓存较小尺寸的缩略图,因此小型 VPS 应该很好)。

这可行吗? 我应该将域名指向运行varnish的服务器吗?

谢谢!

I am working on a website with lots of images (think smugmug/flickr) and from what I read, flickr is using squid as the image cache. My images will be stored on Amazon S3, so a caching server will help saving the hosting money as well. I'd like to hear ideas on it is do-able with the following configuration.

  1. My ASP.NET/MVC application running on a dedicated windows server.
  2. varnish running on a seperate linux server from SliceHost.com or Linode.com (most likely I want to cache the smaller-size thumbnails so a small VPS should be good).

Is this do-able? Should I point the domain name to the server running varnish?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半枫 2024-07-16 00:54:26

我们刚刚在 IIS/Windows 服务器前面放置了一台 Fedora Linux 服务器。 它运行着 Varnish 和 Nginx 的组合,并且运行得像梦一样。

在 Varnish 上你可以有选择地缓存不同的文件类型、目录,或者只是通过。

唯一的缺点是它不支持 SSL。 因此我们安装了 Nginx 来处理 SSL 的反向代理。 没有缓存,但效果很好!

所以,这是非常可行的,根据我的指标,我们的容量增加了 66%。

我唯一的建议是测试测试并熟悉VCL。

We just placed a Fedora linux server in front of our IIS/Windows Server. It's running a combination of Varnish and Nginx and it's working like a dream.

On Varnish you can selectively cache different file types, directories, or just pass through.

The only down-side is that it doesn't support SSL. So we installed Nginx to handle the reverse proxy for SSL. No caching but works great!

So, it is very do-able and by my metrics we've increased our capacity by 66%.

My only advice is to test test test and become intimate with the VCL.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文