开发者

varnishadm remove configuration

开发者 https://www.devze.com 2023-02-21 21:08 出处:网络
Can I remove configurations that I\'ve loaded in varnish? I have: >varnishadm -T 127.0.0.1:6082 vcl.list

Can I remove configurations that I've loaded in varnish?

I have:

>varnishadm -T 127.0.0.1:6082 vcl.list
available       0 boot
available       0 8080
available       0 8081
available       0 8080b
available       0 8080c
available       0 8081a
available       0 8081b
available       0 8081c
active         21 8081d

If I try to overwrite a configuration I get "error code 106"

>varnishadm -T 127.0.0.1:6082 vcl.load 8081a /etc/varnish/8081.vcl

Command failed with error code 106

Can I remove the configuration开发者_如何学Gos in the list?


Have your tried vcl.discard ?

varnishadm -T 127.0.0.1:6082 vcl.discard 8081a


You need to add all the server references in the new vcl as well.

Check this out: I think this might be related to this: https://serverfault.com/questions/126942/varnish-vcl-reload-fails-after-adding-second-backend

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号