Top "Varnish" questions

Varnish is an open source reverse HTTP proxy with extensive caching abilities, i.e. a web accelerator.

Varnish 4 Basic authentication

I have to cache multiple backend servers, I switch from Nginx to Varnish and finally discover 2 server need to run …

varnish
Why isn't varnish taking into account the malloc limit?

I have varnish running with -s malloc,25G, but the process keeps growing until it consumes all the server memory …

varnish
Varnish remove specific cookies from backend response

I need to remove specific cookies from the backend response in varnish. My backend server sets a bunch of cookies …

cookies varnish varnish-vcl
How cookies affect Varnish caching?

How does Varnish caching affect third-party cookies set by Omniture and first-party cookies set by Google Analytics? So far I've …

php cookies google-analytics varnish adobe-analytics
Which method of caching is the fastest/lightest for Node/Mongo/NginX?

I've been tasked to work on a project for a client that has a site which he is estimating will …

node.js caching nginx redis varnish
Varnish not processing ESI includes

I'm trying to setup Varnish to process ESI includes on a local environment. I am running varnish in a virtual …

varnish varnish-vcl esi
Getting 503 as Http response in android?

Please check my logcat.This is what I get when I parse the http response. <!DOCTYPE html PUBLIC "-//…

android http-post varnish multipartentity
How to properly set up Varnish for Symfony2 sites?

I have a website (with ESI) that uses Symfony2 reverse proxy for caching. Average response is around 100ms. I tried …

php symfony varnish
Varnish expires header configuration

Please help me in adding expires header in varnish configuration. max_age is already defined in vcl_fetch and need …

varnish varnish-vcl expires-header
Why isn't Varnish sending 304 unmodified when If-Modified-Since header is sent?

When sending a GET request directly to the backend with If-Modified-Since: Wed, 15 Feb 2012 07:25:00 CET set, Apache correctly returns a 304 with …

varnish varnish-vcl