I am working on a site with a lot of images (I think smugmug / flickr), and from what I read, flickr uses squid as the image cache. My images will be stored on Amazon S3, so a caching server will also help save money on hosting. I would like to hear that ideas about this are being implemented with the following configuration.
- ASP.NET/MVC application running on a dedicated Windows server.
- running on a separate Linux server with SliceHost.com or Linode.com (most likely I want to cache smaller thumbnails so that a small VPS is good).
Is it possible? Should I indicate the domain name on the server running the varnish?
Thank!
source
share