<div dir="ltr">What does "stop working" mean? Does the vcl fail to compile? do you receive 503s? does it open a portal to an ancient dimension filled with unspoken nightmares? Help us help you.</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-- <br></div>Guillaume Quintard<br></div></div></div>
<br><div class="gmail_quote">On Fri, Sep 23, 2016 at 1:52 PM, Drew, AJ <span dir="ltr"><<a href="mailto:Drew.AJ@principal.com" target="_blank">Drew.AJ@principal.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div>
<font face="Courier New" size="2"><span style="font-size:10pt">
<div>Hello,</div>
<div> </div>
<div>We are trying to upgrade to Varnish 4.1 from Varnish 3.0.5.</div>
<div> </div>
<div>Most things are working fine, but a big problem we are running into is that we have multiple backends.  We switch backends based on URLs.  This was working fine in Varnish 3, but when we switched over to Varnish 4, it stopped working.</div>
<div><font face="Calibri" size="2"><span style="font-size:11pt"> </span></font></div>
<div>I have tried many variations of the URLs, and even simplified the directors so that they only contain one backend (in my tests) so that I could switch from trying the backend directly to trying the director.</div>
<div> </div>
<div>Using either of the options does not seem to matter.</div>
<div> </div>
<div>Has anyone else run into this problem?</div>
<div> </div>
<div>Here are the sections of my VCL that contain the backends / director definitions and the if statements to switch.  I have also left in the different options (lines) I have used to come up with different combinations for testing.</div>
<div> </div>
<div>probe B_probe {</div>
<div>        .request =</div>
<div>        "GET  /zzzzzz/status.php HTTP/1.1"</div>
<div>        "HOST: <a href="http://xxxxxx.example.com" target="_blank">xxxxxx.example.com</a>"</div>
<div>        "Connection: close";</div>
<div>        .timeout   = 0.3 s;</div>
<div>        .window    = 8;</div>
<div>        .threshold = 7;</div>
<div>}</div>
<div> </div>
<div>backend B_backend1 {</div>
<div>        .host = "162.131.196.220";</div>
<div>        .port = "8080";</div>
<div>        .probe = B_probe;</div>
<div>}</div>
<div> </div>
<div>backend syscheck {</div>
<div>#        .host = "localhost";</div>
<div>        .host = "127.0.0.1";</div>
<div>        .port = "8081";</div>
<div>}</div>
<div> </div>
<div>backend searchBackend {</div>
<div>        .host = "<a href="http://rp.www.example.com" target="_blank">rp.www.example.com</a>";</div>
<div>        .port = "80";</div>
<div>}</div>
<div> </div>
<div>backend providerBackend {</div>
<div>        .host = "172.23.82.28";</div>
<div>        .port = "80";</div>
<div>}</div>
<div> </div>
<div>sub vcl_init {</div>
<div>        new examplehosts = directors.round_robin();</div>
<div>        examplehosts.add_backend(B_<wbr>backend1);</div>
<div> </div>
<div>        new examplesyscheck = directors.round_robin();</div>
<div>        examplesyscheck.add_backend(<wbr>syscheck);</div>
<div>}</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div>sub vcl_recv {</div>
<div> </div>
<div>#       set req.backend_hint = examplehosts.backend();</div>
<div>        set req.backend_hint = B_backend1;</div>
<div> </div>
<div>        if (req.url ~ "^/syscheck/.*$") {</div>
<div>#       if (req.url ~ "^/syscheck/*") {</div>
<div>#       if (req.url ~ "^/syscheck/") {</div>
<div>                set req.backend_hint = syscheck;</div>
<div>#               set req.backend_hint = examplesyscheck.backend();</div>
<div>                return(pass);</div>
<div>        }</div>
<div> </div>
<div>        # Add simple health check for upstream load balancers</div>
<div>        if (req.url ~ "^/health-check") {</div>
<div>                return( synth(200, "UP"));</div>
<div>        }</div>
<div>...</div>
<div><font face="Calibri" size="2"><span style="font-size:11pt"> </span></font></div>
<div><font face="Calibri" size="2"><span style="font-size:11pt"> </span></font></div>
<div>Thanks!<br>

<br>

A J Drew</div>
<div> </div>
<div><font face="Calibri" size="2"><span style="font-size:11pt"> </span></font></div>
</span></font>
<p class="MsoNormal" style="margin-top:12.0pt;line-height:normal"><span style="font-size:9.0pt;font-family:"Arial","sans-serif"">-----Message
Disclaimer-----<u></u><u></u></span></p>

<p class="MsoNormal" style="margin-top:12.0pt;line-height:normal"><span style="font-size:9.0pt;font-family:"Arial","sans-serif"">This e-mail message is
intended only for the use of the individual or entity to which it is addressed,
and may contain information that is privileged, confidential and exempt from
disclosure under applicable law. If you are not the intended recipient, any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify us
immediately by reply email to <a href="mailto:Connect@principal.com" target="_blank">Connect@principal.com</a> and delete or destroy all
copies of the original message and attachments thereto. Email sent to or from
the Principal Financial Group or any of its member companies may be retained as
required by law or regulation.<u></u><u></u></span></p>

<p class="MsoNormal" style="margin-top:12.0pt;line-height:normal"><span style="font-size:9.0pt;font-family:"Arial","sans-serif"">Nothing in this
message is intended to constitute an Electronic signature for purposes of the
Uniform Electronic Transactions Act (UETA) or the Electronic Signatures in
Global and National Commerce Act ("E-Sign") unless a specific
statement to the contrary is included in this message.<u></u><u></u></span></p>

<p class="MsoNormal" style="margin-top:12.0pt;line-height:normal"><span style="font-size:9.0pt;font-family:"Arial","sans-serif"">If you no longer wish
to receive any further solicitation from the Principal Financial Group you may
unsubscribe at </span><a href="https://www.principal.com/do-not-contact-form" target="_blank"><span style="font-size:9.0pt;font-family:"Arial","sans-serif"">https://www.principal.com/do-<wbr>not-contact-form</span></a><span style="font-size:9.0pt;font-family:"Arial","sans-serif""> any time.<u></u><u></u></span></p>

<p class="MsoNormal" style="margin-top:12.0pt;line-height:normal"><span style="font-size:9.0pt;font-family:"Arial","sans-serif"">If you are a Canadian
resident and no longer wish to receive commercial electronic messages you may
unsubscribe at </span><a href="https://www.principal.com/do-not-email-request-canadian-residents" target="_blank"><span style="font-size:9.0pt;font-family:"Arial","sans-serif"">https://www.principal.com/do-<wbr>not-email-request-canadian-<wbr>residents</span></a><span style="font-size:9.0pt;font-family:"Arial","sans-serif""> any time.<br> <u></u><u></u></span></p></div>

<br>______________________________<wbr>_________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" rel="noreferrer" target="_blank">https://www.varnish-cache.org/<wbr>lists/mailman/listinfo/<wbr>varnish-misc</a><br></blockquote></div><br></div>