[squid-users] Some Websites not loading correctly

From: Florian Bannasch <F.Bannasch_at_arcor.de>
Date: Sun, 10 Jun 2012 16:11:32 +0200

Hello,

my latest configuration of squid is running fine, but i have problems
with some websites e.g.:

http://route.tomtom.com Here the map ist not displayed.
http://www.logitech.com/de-de/keyboards/keyboard-mice-combos This
website stops loading.

If I try it without squid both websites are displayed correctly.

Some ideas?

TIA, Florian

3.1.19-1ubuntu3
Ubuntu 12.04 LTS

acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl localnet src 192.168.2.0/24

acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

http_access allow manager localhost
http_access allow manager localnet

http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

http_access allow localnet
http_access allow localhost

http_access deny all

http_port 127.0.0.1:3128
http_port 192.168.2.250:3128

cache_mem 3 GB
maximum_object_size_in_memory 512 KB
memory_replacement_policy heap GDSF
cache_replacement_policy heap LFUDA
cache_dir aufs /squid 10000 16 256
maximum_object_size 4096 KB
coredump_dir /var/spool/squid3

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880
refresh_pattern (\.deb|\.udeb)$ 129600 100% 129600
refresh_pattern . 0 100% 129600

quick_abort_min 0 KB
quick_abort_max 0 KB

forwarded_for transparent

cachemgr_passwd none all
Received on Sun Jun 10 2012 - 14:11:27 MDT

This archive was generated by hypermail 2.2.0 : Mon Jun 11 2012 - 12:00:03 MDT