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 part

so, best thing do: execute each command manually , check responses get.

varnish varnish-vcl

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -