Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Proxy Server Support => Topic started by: sunlinux on August 31, 2007, 12:09:56 PM

Title: Squid warning
Post by: sunlinux on August 31, 2007, 12:09:56 PM
Squid 2.5 version running ok, now it started giving following warning in cache.log:
 

WARNING: Closing client 192.168.123.41 connection due to lifetime timeout
2007/08/31 11:18:40|    http://b.mail.google.com/a/sugaldamani.com/channel

what could be the reason of above warning n hoe to resolve it.
Title: Re: Squid warning
Post by: Ricky on September 01, 2007, 12:40:52 PM
This is about "client_lifetime" directive..

Its description is :
"This defines the maximum amount of time that a client (browser) is allowed to remain connected to the cache process. This is merely a safeguard against clients that disappear without properly shutting down. It is designed to prevent a large number of sockets from being tied up in a CLOSE_WAIT state. The default for this option is 1440 minutes, or 1 day"

So you need to see if there is problem in connection between client and Squid or somewhere internet too.
Title: Re: Squid warning
Post by: sunlinux on September 06, 2007, 06:47:30 AM
Thank you! ricky...