Re: Reloading default.vcl

2008-07-01 Thread Anders Nordby
Hi, On Tue, Jul 01, 2008 at 10:02:52AM +1200, Darryl Dixon - Winterhouse Consulting wrote: >> Afterwards you can >> vcl.discard old-unique-name >> >> if you want to get rid of it. > It is pretty easy to automate this all with expect(1) as well, if an > 'automated' reload solution is required

Re: Reloading default.vcl

2008-06-30 Thread Darryl Dixon - Winterhouse Consulting
> In message <[EMAIL PROTECTED]>, Skye Poier Nott > writes > : >>Is it possible to reload /usr/local/etc/varnish/default.vcl without >>restarting? >> >> From the docs it looks like one way to do this would be through the >>telnet interface: >> >>vcl.load some-unique-name /usr/local/etc/varnish/defa

Re: Reloading default.vcl

2008-06-30 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Skye Poier Nott writes : >Is it possible to reload /usr/local/etc/varnish/default.vcl without >restarting? > > From the docs it looks like one way to do this would be through the >telnet interface: > >vcl.load some-unique-name /usr/local/etc/varnish/default.vcl >

Reloading default.vcl

2008-06-30 Thread Skye Poier Nott
Is it possible to reload /usr/local/etc/varnish/default.vcl without restarting? From the docs it looks like one way to do this would be through the telnet interface: vcl.load some-unique-name /usr/local/etc/varnish/default.vcl vcl.use some-unique-name each time the default.vcl is changed, u