Category: Caching

  • Log Everything About HTTP Requests With Varnish

    Log Everything About HTTP Requests With Varnish

    Having incredibly configurable, robust, scalable, and efficient logging is just one reason to put Varnish at the outer most layer of your infrastructure. Commonly to Varnish is used just for logging, even when no caching is being done. Varnishncsa is a separate process than Varnish, with a shared memory buffer, allowing you to control multiple…

  • Test VCL Using Varnishtest

    Test VCL Using Varnishtest

    Varnish developers know varnishtest, it’s yet another executable that ships with Varnish. When compiling Varnish and VMODs, there is typically a set of varnishtests you can run to ensure that everything is working correctly. And without a doubt it is useful to be able to validate that 1 + 1 = 2, as this allows…