[squid-users] 3.0 dropping IM clients

From: J.D. Bronson <jeff_bronson@dont-contact.us>
Date: Tue, 30 Dec 2003 07:04:59 -0600

When I ran 2.5STABLEx, I never have an issue with AIM/YAHOO/MSN clients
disconnecting...

However, under 3.0 they get dropped quite frequently.while the connection
is immediately re-established, I am wondering what is causing this?

It seems exactly 15mins!

*** You have been disconnected. Tue Dec 30 06:47:45 2003.
*** You have been signed on at Tue Dec 30 06:47:54 2003.

*** You have been disconnected. Tue Dec 30 07:02:51 2003.
*** You have been signed on at Tue Dec 30 07:01:01 2003

Squid Cache: Version 3.0-PRE3-20031230
configure options: '--disable-ident-lookups' '--enable-async-io'
'--enable-aio' '--enable-err-languages=English' '--with-pthreads'
'--enable-hostname-checks' 'CFLAGS=-O2' 'CXX=g++3' 'CC=gcc3'

my squid.conf file is quite small:

http_port 192.168.10.10:8080
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

cache_mem 16 MB
cache_swap_low 90
cache_swap_high 95

maximum_object_size 16384 KB
minimum_object_size 1 KB
maximum_object_size_in_memory 384 KB

fqdncache_size 1024
cache_replacement_policy lru
memory_replacement_policy lru

cache_dir aufs /cache 9000 16 256

access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log none

log_ip_on_direct off

pid_filename /var/run/squid.pid

log_fqdn on

ftp_list_width 32
ftp_passive on
ftp_sanitycheck on
check_hostnames on

unlinkd_program /usr/local/squid/libexec/unlinkd

redirect_program /usr/local/bin/squidGuard
redirect_children 6

request_header_max_size 10 KB
request_body_max_size 0 KB
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

read_ahead_gap 16 KB

connect_timeout 2 minutes

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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
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 local-servers dstdomain weatherbug.com
always_direct allow local-servers

acl FTP proto FTP
always_direct allow FTP

http_access allow all
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
icp_access allow all

logfile_rotate 2

memory_pools on
memory_pools_limit 26214400 bytes

coredump_dir /var/log/squid

redirector_bypass off
prefer_direct on
ie_refresh on

half_closed_clients off

...any thoughts on this?

thanks in advance....

-- 
J.D. Bronson - "The Cisco Kid"
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
Received on Tue Dec 30 2003 - 06:03:33 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:27 MST