Mailing List Archive

additional question about config change?
Hello, list.

I have read that config change would be effective like below at management
interface.
(according to
http://projects.linpro.no/pipermail/varnish-misc/2007-July/000598.html)

vcl.load newconf /my/new/config
vcl.use newconf

But, if main config file is /etc/default.vcl and varnishd loaded.
After that, if I change /etc/default.vcl(main config file) again,
above config is valid or not?

If not,what can I do to valid already loaded config file?


Thanks in advance.

_________________________________________________________________
MSN Messenger? ?? ????? ?? ??? ??? ????.
http://www.msn.co.kr/messenger
additional question about config change? [ In reply to ]
When you do a vcl.load, the file is read, compiled into a
machine executable format and loaded into varnishd.

Any changes you make to the source file after that will not
affect the compile version which is already loaded.

--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.