Troubleshoot varnish and dual server configuration -
Troubleshoot varnish and dual server configuration -
i have varnish set , working 2 server instances.
i've made changes default.vcl file , updated changes follows on both 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 new alter , works fine, other still seems using old configuration.
does have thought why might or how troubleshoot?
thanks,
if execute each command manually, work? best guesses are:
you're prompted sudo password on 1 system, not on other (thus hangs)? you're pointing secret-file wrong permissions? somehow first varnishadm didn't homecoming "true" , vcl.use didn't trigger in sec partso, best thing do: execute each command manually , check responses get.
varnish varnish-vcl
Comments
Post a Comment