Hi, I think the problem is in squid and blacklist:
/var/lib/squidguard/blacklists/porn/expressions
..if from this 'expressions' I remove the word 'movie' I view correctly the
web site with swf file, but because if in squid.conf I specified:
acl goodsite dstdomain .mywebsite.com
...
http_access allow windowsupdate
http_access allow manager sasab
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny to_localhost
http_access allow local_net goodsite
http_access deny mp3
http_access allow local_net
http_access allow localhost
http_access deny all
I don't view in any case the swf file ?? ... the blacklist is loaded before
acl 'goodsite' ??
still thanks.
------
Salvatore.
----- Original Message -----
From: "Henrik Nordstrom" <hno@xxxxxxxxxxxxxxx>
To: "sasa" <sasa@xxxxxxxxxxxx>
Cc: <squid-users@xxxxxxxxxxxxxxx>
Sent: Saturday, February 11, 2006 7:48 PM
Subject: Re: Problem with .swf
On Fri, 10 Feb 2006, sasa wrote:
Hi, I have a problem with file .swf then I don't view in web page but
only when the proxy is active.
I use:
squid-2.5.STABLE3-2
squidguard-1.2.0-2
.. in log file I have:
10.0.0.11 - - [10/Feb/2006:14:25:25 +0100] "GET
http://www.mywebsite.com/Movie/example.swf HTTP/1.0" 403 4135
TCP_NEGATIVE_HIT:NONE
This indicates the web server (or a parent proxy) denied access to the
requested resource.
The access was allowed by your Squid.
Regards
Henrik