This is a follow up email to say thanks. That did solve the one issue. Greg Wood
*********** REPLY SEPARATOR *********** On 12/3/2002 at 10:29 AM [EMAIL PROTECTED] wrote: On Mon, Dec 02, 2002 at 03:24:22PM -0600, Gregory Wood wrote: > Hello - > > I ran squid in my office without any problems. Last week, I installed a squid server >at a customer site. It has a problem that I need help with. > > I am connecting to a squid based server upstream. The configuration at the host site >is two servers with load balancing. I contacted the hosting company and they gave me >one IP address and both ports. > > I set my squid options: acl, host_access, icp_access to allow all sites. I used the >dns_testnames option and it runs fine. When I start the server, the data pours >through then fails. I have found two items which may not be related. > > One, www.msn.com will load 99% then hang for a couple of minutes before completing. >Log file indicates it cannot find some number of graphic files -- but no errors. Dunno about this. > Two, I get the following from the access.log: > > 2002/12/02 13:18:34| storeLateRelease: released 0 objects > 2002/12/02 13:20:07| temporary disabling (Bad Request) digest from 11.100.101.151 > 2002/12/02 13:25:09| temporary disabling (Bad Request) digest from 11.100.101.151 > 2002/12/02 13:35:11| temporary disabling (Bad Request) digest from 11.100.101.151 > 2002/12/02 13:55:13| temporary disabling (Bad Request) digest from 11.100.101.151 > > During the 'temporary disabling', all access through the proxy stops. It looks like upstream are not using digests... but that doesn't matter. If you have only one upstream proxy, you want to use; cache_peer <peername> parent 8080 3130 no-query no-digest no-netdb-exchange prefer_direct off The ICP, digest, and netdb stuff are only useful for choosing which peer to use when there is many options. If you have only one peer, they just add latency and problems. -- ---------------------------------------------------------------------- ABO: finger [EMAIL PROTECTED] for more info, including pgp key ---------------------------------------------------------------------- Gregory Wood Farsight Voice Data Solutions 1219 West University Blvd. Odessa TX 79764-7119 915-335-0879 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

