> > Hi, > I am using squid squid-2.5.STABLE7 on Redhat Linux 9.0 > working O.K. > > I am getting following error in log file > "1103030629.354 0 192.168.0.93 NONE/413 1572 NONE > error:request-too-large - NONE/- text/html > 1103030629.498 0 192.168.0.93 NONE/413 1572 NONE >... >... > > This error I am getting for some more IP's also. > Is it squid problem OR virus/worm problem. > Follwing is the setting in squid.conf file > ####### > [EMAIL PROTECTED] root]# egrep "request_header_max_size" > /usr/local/squid/etc/squid.conf > # TAG: request_header_max_size (KB) > # request_header_max_size 20 KB > ######### > > Whenever user of indiacted IP starts connection with > browser message start coming in the log file > continuously for that IP. > > Please guide me to solve problem. I think it is eating > my bandwidth. It's a client problem. It's not eating your bandwith from Squid to the Internet, as squid will not 'process' invalid requests. It does, indeed, consume Intranet networking resources.
Squid only reports bogus requests. Solving the action means intervention at the client and or making the client not squid. You can however set, log_mime_hdrs on in squid.conf. To possibly further identify these requests. M.
