清漆和双服务器配置故障排除
我已经设置了 Varnish 并使用 2 个服务器实例。
我对 default.vcl 文件进行了更改,并在两台服务器上更新了我的更改,如下所示:
$NOW = fdfdf;
sudo varnishadm -T xx.xx.xx.xx: -S /etc/varnish/secret vcl.load reload$NOW /etc/varnish/default.vcl && sudo varnishadm -T xx.xx.xx.xx: -S /etc/varnish/secret vcl.use reload$NOW"
一台服务器反映了新的更改并且工作正常,但另一台服务器似乎仍在使用旧配置。
有谁知道为什么会出现这种情况或如何排除故障?
谢谢,
I have Varnish set up and working with 2 server instances.
I've made changes to the default.vcl file and updated my changes as follows on both my servers:
$NOW = fdfdf;
sudo varnishadm -T xx.xx.xx.xx: -S /etc/varnish/secret vcl.load reload$NOW /etc/varnish/default.vcl && sudo varnishadm -T xx.xx.xx.xx: -S /etc/varnish/secret vcl.use reload$NOW"
One server reflects the new change and works fine, but the other still seems to be using the old configuration.
Does anyone have idea why this might be or how to troubleshoot?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你手动执行每个命令,它也有效吗?我现在最好的猜测是:
所以,最好的办法是:手动执行每个命令并检查你得到的响应。
If you execute each command manually, does it also work? My best guesses now are:
So, best thing to do: execute each command manually and check the responses you get.