* Skye Poier Nott 

| 1. When you restart Varnish the cache is always purged?

Correct, we don't have persistent caches yet.

| 2. If I have a section like this in vcl_fetch, is the default_ttl  
| parameter basically ignored? (assuming default_ttl is less than the  
| value below).  So in other words, this VCL code enforces a minimum TTL?
| 
|       if (obj.ttl < 36h) {
|               set obj.ttl = 36h;
|       }

At first glance, this looks fine tome.

| 3. When I want to use Varnish in a WAN transparent accelerator mode,  
| if I don't specify any "backend default" is the default to fetch the  
| document from the hostname in the URL?

You have to define a default backend.

-- 
Tollef Fog Heen / Linpro AS    t: 21 54 41 73

UNIX is user friendly, it's just picky about who its friends are
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to