Re: [squid-users] TCP_DENIED on youtube

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Sun, 12 Apr 2009 15:12:26 +1200

Stefan Jensen wrote:
> Hi,...
>
> i got some TCP_DENIED on youtube.com:
>
> "TCP_DENIED/403 3446 GET http://googleads.g.doubleclick.net/pagead/ads?
> - NONE/- text/html"
>
> It is an embedded ad page on youtube in the upper right. (e.g:
> http://www.youtube.com/browse)
>
> I have this in my squid.conf:
>
> acl blockfiles urlpath_regex -i "/etc/squid/blockfiles.acl"
> http_access deny blockfiles
>
> $ cat /etc/squid/blockfiles.acl
>
> .com$
> .exe$
> .vb$
> .vbs$
> .vbe$
> .cmd$
> .bat$
> .ws$
> .wsf$
> .scr$
> .shs$
> .pif$
> .hta$
> .jar$
> .jse$
> .lnk$
> .rar$
> .zip$
> .tar$
> .tar.gz$
> .gz$
> .tgz$
> .Z$
> .torrent$
>
> Why is squid blocking this? I've no idea. Please can anyone give me a
> hint? When i comment out the "acl blockfiles" lines, it worked, so i
> think no other rule or redirector is involved:
>
> "TCP_MISS/200 2052 GET http://googleads.g.doubleclick.net/pagead/ads? -
> DIRECT/74.125.77.157 text/html"
>
> I'm using "squid-3.0.STABLE13-1.fc10.x86_64"
>
> best regards
>
> Stefan

Because there is a part of the URL-path following the ? which is
included in the match.

In this case I believe its probably the advert site including the domain
name as its last query-string option: ... "/ads?referer=example.com"

Amos

-- 
Please be using
   Current Stable Squid 2.7.STABLE6 or 3.0.STABLE13
   Current Beta Squid 3.1.0.6
Received on Sun Apr 12 2009 - 02:12:24 MDT

This archive was generated by hypermail 2.2.0 : Sun Apr 12 2009 - 12:00:03 MDT