Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

RHEL/CentOS

  • Daemon configuration: /etc/sysconfig/varnish
  • Cache configuration: /etc/varnish/default.vcl

Debugging the configuration

  • Test the VCL:
    /usr/sbin/varnishd -d -f /etc/varnish/default.vcl
    
  • Trace the client and backend connections:
    varnishlog
    
    • Communication between Varnish and the client is marked with "c".
    • Communication between Varnish and the backend is marked with "b".
  • No labels