Re: Frontend caching to multiple sites

2008-11-05 Thread Alecs Henry
Hi Espen, Thanks for the answer! Is there a way to accomplish this using different VCLs? I ask it because I'm trying to figure out a way to make it automatic. As in if I have a new customer, I'd just fill out a form (with the customer details like domain name, backend server, other

Re: Frontend caching to multiple sites

2008-11-05 Thread rafailowski
Hi, For change vcl on the fly, just do: # varnishadm -T 127.0.0.1:33222 vcl.load vcl_name /path/to/your/vcl/varnish.vcl also look at : vcl.load configname filename vcl.inline configname quoted_VCLstring vcl.use configname vcl.discard configname vcl.list vcl.show configname or if you want :

Re: Frontend caching to multiple sites

2008-11-04 Thread Espen Braastad
Alecs Henry wrote: I want to set up varnish as a reverse proxy/cache to multiple customer sites. As in, I have 10 different customers, each with its own web site (domains) with their own necessities, compression, cookie, authentication, etc; each customer is a different setup from the other,