Henrik, I added 'pipeline_prefetch on' to my squid.conf and it still isn't working right. I've pasted my entire squid.conf below, if you have anything extra turned on/off or et cetera than please let me know and I'll try it. Thanks!
acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_localhost dst 127.0.0.0/8 acl TestPoolIPs src lpt-hdq-dmtqq31 wksthdq88w acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src 172.16.0.0/12 # RFC1918 possible internal network acl localnet src 192.168.0.0/16 # RFC1918 possible internal network acl sclthdq01w src 10.211.194.187/32 # custom acl for apache/cache manager 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 sclthdq01w 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 allow TestPoolIPs http_access deny all http_port 3128 hierarchy_stoplist cgi-bin ? coredump_dir /usr/local/squid/var/cache cache_mem 512 MB pipeline_prefetch on refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern . 0 20% 4320 -----Original Message----- From: Henrik Lidström [mailto:free...@lidstrom.eu] Sent: Monday, August 10, 2009 8:16 PM To: Daniel Cc: squid-users@squid-cache.org Subject: Re: [squid-users] Squid 3.1.0.13 Speed Test - Upload breaks? Daniel skrev: > Kinkie, > > I'm using the default settings, so I don't have any specific max > request sizes specified. I guess I'll hold out until someone else running 3.1 > can test this. > > Thanks! > > -----Original Message----- > From: Kinkie [mailto:gkin...@gmail.com] > Sent: Saturday, August 08, 2009 6:44 AM > To: squid-users@squid-cache.org > Subject: Re: [squid-users] Squid 3.1.0.13 Speed Test - Upload breaks? > > Maybe the failure could depend on some specific settings, such as max > request size? > > On 8/8/09, Heinz Diehl <h...@fancy-poultry.org> wrote: > >> On 08.08.2009, Daniel wrote: >> >> >>> Would anyone else using Squid mind doing this same bandwidth test and >>> seeing >>> if they have the same issue(s)? >>> >> It works flawlessly using both 2.7-STABLE6 and 3.0-STABLE18 here. >> >> >> > > > Squid Cache: Version 3.1.0.13 Working without a problem, tested multiple sites on the list. Nothing special in the config except maybe "pipeline_prefetch on" /Henrik