From 7943d1dfc8a2c5f2b0633e7997cdff23daeb3981 Mon Sep 17 00:00:00 2001 From: marcelloc Date: Sat, 20 Aug 2011 00:26:04 -0300 Subject: Per-user session cache, better static cache, new sync gui and bug fixes --- config/varnish64/varnish_settings.xml | 40 +++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 13 deletions(-) (limited to 'config/varnish64') diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml index f697d284..fdbf91e2 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -42,7 +42,7 @@ Describe your package requirements here Currently there are no FAQ items provided. varnishsettings - 0.0.5 + 0.0.6 Varnish Settings pkg_edit.php?xml=varnish_settings.xml&id=0 /usr/local/pkg/varnish.inc @@ -161,7 +161,7 @@ BasicVCLLT BasicVCLLT listtopic - Basic VCL Settings + General VCL Settings Client identity method @@ -174,12 +174,6 @@ - - Don't cache sessions - sessioncache - Don't cache pages wiht JSESSION,PHPSESSID or nocache headers/cookies - checkbox - Don't cache posts postcache @@ -187,15 +181,35 @@ checkbox - Cache Images and css - imagecache - cache .css .js .gif .jpg .jpeg .bmp .png .ico .img .tga and .wmf files - checkbox + Session Cache + sessioncache + Never Don't cache anything with JSESSION,PHPSESSID set.
+ Per User This causes a lookup for a given object to include the Cookie.

+ Note: no-cache no-store private header directives are respected by default.]]>
+ select + + + + +
+ + Cache static content + staticache + + Always Cache all static content. When cookies are present, varnish will unset it from object before caching.
+ Never Do not cache static content.
+ When possible Cache only static content and per user objects when session cache is set to it.
]]>
+ select + + + + +
Fix gzip compression fixgzip - Ignore compression in images files and unknow compression algorithm + Ignore compression for images files and unknow compression algorithm checkbox -- cgit v1.2.3