<div dir="ltr"><div><div>Thank you everyone for helping me to setup squid , Now its working but in access.logs  I only see tcp_miss if m using same website. I mean squid is not caching <br><br></div>Logs<br><br>43 192.168.0.198 TCP_MISS/200 384461 GET <a href="http://www.horlicksquad.com/images/tc-pic.png">http://www.horlicksquad.com/images/tc-pic.png</a> - HIER_DIRECT/<a href="http://52.74.133.61">52.74.133.61</a> image/png<br>1433422076.988    309 192.168.0.198 TCP_MISS/200 38007 GET <a href="http://www.horlicksquad.com/about-us">http://www.horlicksquad.com/about-us</a> - HIER_DIRECT/<a href="http://52.74.133.61">52.74.133.61</a> text/html<br>1433422077.188    224 192.168.0.198 TCP_MISS/200 17622 GET <a href="http://www.horlicksquad.com/images/panel05.png">http://www.horlicksquad.com/images/panel05.png</a> - HIER_DIRECT/<a href="http://52.74.133.61">52.74.133.61</a> image/png<br>1433422077.226    140 192.168.0.198 TCP_MISS/200 13840 GET <a href="http://www.horlicksquad.com/images/au-bg.png">http://www.horlicksquad.com/images/au-bg.png</a> - HIER_DIRECT/<a href="http://52.74.133.61">52.74.133.61</a> image/png<br>1433422077.261    208 192.168.0.198 TCP_MISS/200 60858 GET <a href="http://www.horlicksquad.com/images/sonny-horlicks-abtus.png">http://www.horlicksquad.com/images/sonny-horlicks-abtus.png</a> - HIER_DIRECT/<a href="http://52.74.133.61">52.74.133.61</a> image/png<br><br></div>How to check cache is working or not. I want to cache videos images css <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 4, 2015 at 3:37 PM, Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</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 4/06/2015 6:43 p.m., Reet Vyas wrote:<br>
> Hi,<br>
><br>
> I changed the iptables still no luck :( but I am using squid 3.3 only can I<br>
> didn't understand why you have configured 3129 ,3130 and 3128 port?<br>
<br>
</span>Because due to historic (browser war politics) reasons there are three<br>
different protocol message syntax in HTTP/1.x - depending whether the<br>
traffic is on port 80 (HTTP origin), 443 (HTTPS origin), or 3128 (HTTP<br>
proxy).<br>
<br>
<br>
* Normal forward/explicit proxy traffic occurs on port 3128. Squid needs<br>
this port regardless of whether your main traffic use is on another port<br>
type, because some proxy responses will have URLs generated for embeded<br>
content to be fetched from the proxy itself.<br>
<br>
* NAT intercepted port 80 traffic needs to be delivered to a different<br>
proxy http_port with the "intercept" flag. The tutorials use 3129 to<br>
make it clear its not to be 3128, but it SHOULD be something random you<br>
make up that you can also have the firewall blocking connections<br>
directly to it by clients.<br>
<br>
* NAT intercepted port 443 traffic needs https_port directive (note the<br>
's') which means another port number separate from the port 80 one.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Amos<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>