[squid-users] JAVA fault (eg loads Hotmail att's to screen -no "save as" popup) in IE5 / squid

From: Des Umbers <umbers@dont-contact.us>
Date: Wed, 24 Oct 2001 11:04:15 +1100

This fauly occurs on all our machines that access via proxy. I get 1. Java errors, 2. the Popup window for "save as" doesnt appear when download links are clicked, and other popups (mainly ads) are empty.

IE5.5 on Win 98 - squid 2.4 , delay pools, ncsa auth.

Squid.conf.....

##################
#These three lines were added prior to using socks for MSN messenger access - could they be the problem?
hierarchy_stoplist hotmail.com
hierarchy_stoplist cgibin?
hierarchy_stoplist services.msn.com
#####################
http_port 8080
icp_port 0
#################
cache_peer our_ISP_proxy parent 3128 3130 no-query default
############
acl aclnocache dstdomain "/usr/local/squid/etc/no_cache"
no_cache deny aclnocache
cache_mem 16 MB
maximum_object_size 8192 KB
cache_dir ufs /usr/local/squid/cache 500 16 256
cache_store_log none
###################
authenticate_program /usr/local/squid/bin/ncsa_auth /usr/local/squid/etc/passwd
####################
reply_body_max_size 10256 KB
###################
acl banned_sites dstdomain "/usr/local/squid/etc/banned_sites"
acl banned_urlpaths urlpath_regex "/usr/local/squid/etc/banned_urlpaths"
acl grain urlpath_regex 99.exe$
acl known_user proxy_auth REQUIRED
#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl mocnet src 192.168.1.0/255.255.255.0
acl SSL_ports port 443 563
##############################
acl staff src 192.168.1.51-192.168.1.99/255.255.255.255
acl raymond src 192.168.1.117/255.255.255.255
acl sealake src 192.168.1.120/255.255.255.255
#############################
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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
acl Fridays time F 17:00-24:00
##############
http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
http_access deny banned_sites
http_access deny banned_urlpaths
http_access allow staff
http_access allow sealake
http_access allow known_user all
http_access allow grain
# And finally deny all other access to this proxy
http_access deny all
#
icp_access allow all
logfile_rotate 31
##########################
error_directory /usr/local/squid/etc/errors
icon_directory /usr/local/squid/etc/icons
##########################
acl allways_direct dstdomain "/usr/local/squid/etc/always_direct"
acl local_ip dstdomain 192.168.1.1
always_direct allow allways_direct
always_direct allow local_server
always_direct allow local_ip
#########################
delay_pools 2
delay_class 1 1
delay_class 2 2
# Large users
delay_access 1 allow sealake
delay_access 1 allow raymond
delay_access 1 allow staff
delay_access 1 deny all
#
# Small users
delay_access 2 allow mocnet
delay_access 2 deny all
delay_parameters 2 8000/8000 1000/60000
delay_parameters 1 -1/-1

Des Umbers
Lecturer IT, Marcus Oldham College
Geelong, Victoria Australia.
Ph 61 03 5247 2918
Fax 61 03 5244 1263
umbers@marcusoldham.vic.edu.au
Received on Tue Oct 23 2001 - 19:04:42 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:03:05 MST