<div dir="ltr">Hi, All,<div>I tired suggested refresh pattern, still i was getting TCP_HIT/MEM_HIT. It's not getting refreshed after 10 minutes. </div><div><br></div><div><b><u><br></u></b></div><div><b><u>Conf</u></b></div><div><div>refresh_pattern -i ^http://[a-z\-\_\.A-Z0-9]+\.wsj\.(net|net|com|edu)/ 10 200% 10 override-expire override-lastmod reload-into-ims ignore-reload</div></div><div><br></div><div><b><u>Logs</u></b></div><div><b><u><br></u></b></div><div><br></div><div><div>Wed Dec 30 21:31:44 2015.976   1915 172.19.131.180 TCP_MISS/200 619 GET <a href="http://s.wsj.net/javascript/pushdownAd.js">http://s.wsj.net/javascript/pushdownAd.js</a> - DIRECT/<a href="http://184.86.240.217">184.86.240.217</a> application/x-javascript</div><div><b>Wed Dec 30 21:31:44 2015.976   1915 172.19.131.180 TCP_MISS/200 667 GET <a href="http://s.wsj.net/static_html_files/pushdownAd.css">http://s.wsj.net/static_html_files/pushdownAd.css</a> - DIRECT/<a href="http://184.86.240.217">184.86.240.217</a> text/css</b></div><div><b>Wed Dec 30 21:52:38 2015.577      0 172.19.131.180 TCP_MEM_HIT/200 676 GET <a href="http://s.wsj.net/static_html_files/pushdownAd.css">http://s.wsj.net/static_html_files/pushdownAd.css</a> - NONE/- text/css</b></div><div>Wed Dec 30 21:52:38 2015.577      0 172.19.131.180 TCP_MEM_HIT/200 628 GET <a href="http://s.wsj.net/javascript/pushdownAd.js">http://s.wsj.net/javascript/pushdownAd.js</a> - NONE/- application/x-javascript</div></div><div><br></div><div><br></div><div>I have gone through the packet captures. It looks like expiry time is greater than min time of refresh_pattern. But i have used override options. Here  I am confused whether precedence goes to expiry time or min time .I am not clear on how it works. </div><div><br></div><div>Can you guide me on how it works and why it is not getting refreshed ? I need experts guidance here</div><div><br></div><div><br></div><div><b><u>pushdownAd.css repsonse header timings</u></b></div><div><b><u><br></u></b></div><div>Last-Modified: Mon, 14 Dec 2015 04:37:00 GMT\r\n<br></div><div><br></div><div>Expires: Thu, 31 Dec 2015 01:10:17 GMT\r\n<br></div><div><br></div><div>Date: Wed, 30 Dec 2015 21:31:46 GMT\r\n<br></div><div><br></div><div>Regards,</div><div>Saravanan N</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 28, 2015 at 6:13 AM, Matus UHLAR - fantomas <span dir="ltr"><<a href="mailto:uhlar@fantomas.sk" target="_blank">uhlar@fantomas.sk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 28.12.15 06:50, Eliezer Croitoru wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
And you can tweak it a bit to something like:<br>
refresh_pattern -i ^http://[a-z\-\_\.A-Z0-9]+\.wsj\.(net|net|com|edu)/ 10 200% 10 \<br>
        override-expire reload-into-ims<br>
</blockquote>
<br></span>
- I would avoid the underscore. underscore is not valid character for an<br>
internet hostname<br>
- dash at the begin or end of [] will eliminate the need for an underscore<br>
<br>
[a-zA-Z0-9.-]+ should do it.<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Matus UHLAR - fantomas, <a href="mailto:uhlar@fantomas.sk" target="_blank">uhlar@fantomas.sk</a> ; <a href="http://www.fantomas.sk/" rel="noreferrer" target="_blank">http://www.fantomas.sk/</a><br>
Warning: I wish NOT to receive e-mail advertising to this address.<br>
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.<br>
"To Boot or not to Boot, that's the question." [WD1270 Caviar]</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>