From 1ff87b016987acf8ee35ba77db65f53efd585788 Mon Sep 17 00:00:00 2001 From: marcelloc Date: Wed, 20 Jul 2011 13:29:30 -0700 Subject: including know basic good options to improve setup --- config/varnish64/varnish_settings.xml | 70 +++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) (limited to 'config/varnish64') diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml index f97e3a3e..eb39076a 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -135,6 +135,76 @@ Enter the timeout time for the worker threads. input + + BasicVCLLT + BasicVCLLT + listtopic + Basic VCL Settings + + + Client identity method + clientbalance + Select how varnish will balance clients when using client Load Balance method. + select + + + + + + + + Don't cache sessions + sessioncache + Don't cache pages wiht JSESSION,PHPSESSID or nocache headers/cookies + checkbox + + + Don't cache posts + postcache + Don't cache posts + checkbox + + + Cache Images and css + imagecache + cache .css .js .gif .jpg .jpeg .bmp .png .ico .img .tga and .wmf files + checkbox + + + Fix gzip compression + fixgzip + Ignore compression in images files and unknow compression algorithm + checkbox + + + Be RFC2616 compliant + rfc2616 + Ignore request different form GET HEAD PUT POST TRACE OPTIONS DELETE + checkbox + + + Foward client IP + xforward + Select how to forward clients real IP. + select + + + + + + + + + Custom Html error message + htmlerror + Paste your custom html error page code here. This code will be included + textarea + 70 + 10 + + + + sync_package_varnish(); -- cgit v1.2.3