<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:8pt"><div>Hi,</div><div>I'm running Varnish 3.0.2 on an Ubuntu 10.04 Server.</div><div>I have a strange problem with Varnish in that it is returning the wrong page for particular URLs.</div><div>For example, I have URLs like</div><div><br></div><div>http://mydomain.com/events/booking/20120907</div>
<div>http://mydomain.com/events/booking/20120905</div>

<div>http://mydomain.com/events/booking/20120904</div>
<div>http://mydomain.com/events/booking/20120717</div>
<div>http://mydomain.com/events/booking/20120713</div><div><br></div><div>If I first visited the url /events/booking/201209<span style="font-weight:bold;">05</span> it caches the page and then if I then visited /events/booking/201209<span style="font-weight:bold;">07</span><span> it returns the cached page for </span>/events/booking/201209<span style="font-weight:bold;">05.</span></div><div><span><span>If I then try and visit </span></span>/events/booking/201207<span style="font-weight:bold;">17</span>
 the correct page is returned and cached, but the if I visit 
/events/booking/20120713, the cached page for /events/booking/201207<span style="font-weight:bold;">17</span>
 is returned. It seems like pages are being hashed with the last two digits of the URL ignored (does that make sense ?!?). Has anyone come across behaviour like this before?</div><div><br></div><div>Many thanks</div><div><br></div>Aaron</div></body></html>