<div dir="auto"><div dir="ltr" style="font-family:sans-serif;font-size:13.696px">(Resending because I forgot to reply to the list earlier...)</div><div dir="ltr" style="font-family:sans-serif;font-size:13.696px"><br></div><div dir="ltr" style="font-family:sans-serif;font-size:13.696px">But what's wrong with using the client IP? These solutions using cookies are a little dirty, regardless of the blog title.<div><br></div><div>This bit for example, is completely unworkable:</div><div><br></div><div><div>if (req.http.server == "s1") {</div><div>        set req.backend_hint = s1;</div><div>    } else if (req.http.server == "s2") {</div><div>        set req.backend_hint = s2;</div><div>    } else {</div><div>        if (std.rand(0, 100) < 50) {</div><div>            req.backend_hint = s1;</div><div>        } else {</div><div>            req.backend_hint = s2;</div><div>        }</div><div>    }</div></div><div><br></div><div>Because we have at least 15 backends configured in 5 different Director pools, I'd end up having to build an enormous set of conditionals to work out which backend to use.</div><div><br></div><div>Why is _this_ the preferred solution over determining the client IP and selecting a backend based on that?</div><div><br></div><div>thanks,</div><div><br></div><div>Mark</div></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 28 Mar 2017 2:11 pm, "Andrei" <<a href="mailto:lagged@gmail.com">lagged@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Oh yeah, Guillaume also has a great post on it @ <a href="https://info.varnish-software.com/blog/sticky-session-with-cookies" target="_blank">https://info.varnish-<wbr>software.com/blog/sticky-<wbr>session-with-cookies</a> :D</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 28, 2017 at 6:28 AM, Andrei <span dir="ltr"><<a href="mailto:lagged@gmail.com" target="_blank">lagged@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Mark,<div><br></div><div>I suggest going over the following blog post for the changes you're looking for. Good luck moving forward :D</div><div><br></div><div><a href="https://info.varnish-software.com/blog/proper-sticky-session-load-balancing-varnish" target="_blank">https://info.varnish-software.<wbr>com/blog/proper-sticky-session<wbr>-load-balancing-varnish</a><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_6499498674306121057h5">On Tue, Mar 28, 2017 at 4:52 AM, Mark Hanford <span dir="ltr"><<a href="mailto:mark@hanfordonline.co.uk" target="_blank">mark@hanfordonline.co.uk</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_6499498674306121057h5"><div dir="ltr">Hi folks. I'm in the process of trying to upgrade our current v3 config to v4+ for upgrading to Varnish 5. <div><br></div><div>In my old v3 config, I use the XFF header to change the client.identity if it is present.</div><div><br></div><div><div>    # For session-persistence, set a client identity.</div><div>    # We're using the client's IP for this to ensure server-persistence.</div><div>    if (req.http.X-Forwarded-For) {</div><div>        set client.identity = req.http.X-Forwarded-For;</div><div>    } else {</div><div>        set client.identity = client.ip;</div><div>    }</div></div><div><br></div><div>It is important that a request from one remote client goes to the same backend every time, when possible. Do I still need to deal with this, or will this be handled transparently in some way?</div><div><br></div><div>I suspect I'll have more questions as I go along, so I apologise in advance for the spam :)</div><div><br></div><div>thanks,</div><div><br></div><div>Mark</div></div>
<br></div></div>______________________________<wbr>_________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org" target="_blank">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/varnish<wbr>-misc</a><br></blockquote></div><br></div>
</blockquote></div><br></div>
</blockquote></div></div>