All Projects → halcyonCorsair → varnish-for-drupal

halcyonCorsair / varnish-for-drupal

Licence: other
Varnish 3.0 config for Drupal 7

Programming Languages

VCL
57 projects

Varnish 3.0 for Drupal 7.x

Intended for use with the varnish, purge, and expires modules.

As per the documentation on drupal.org/project/varnish you should add something like the following to your settings.php file:

  $conf['cache_backends'] = array('sites/all/modules/contrib/varnish/varnish.cache.inc');
  $conf['cache_class_cache_page'] = 'VarnishCache';
  $conf['page_cache_invoke_hooks'] = FALSE;
  $conf['omit_vary_cookie'] = true;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].