[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: squid errors



On Mon, Jun 26, 2000 at 12:55:43PM +1200, zdrysdal@diagnostic.co.nz wrote
> Hi
> 
> In my syslog I am getting the following message which seems to appear every
> minute.  Hence i am worried that it may be slowing down my squid server :
> 
> Jun 26 12:34:53 server squid[13325]: urlParse: URI has whitespace:
> {http://chann
> els.real.com/getlatest.glh?PV=6.0.6.99&OS=WIN&L=en-US, en,
> *&LID=1033&ch=120+54+
> 0+0+0&ch=72+39+0+0+0&ch=44+287+0+0+0&ch=52+505+0+0+0&ch=33+393+0+0+0&ch=73+
> 19+0+
> 0+0&ch=98+27+0+0+0&ch=94+244+0+0+0&ch=16+478+0+0+0&ch=113+46+0+0+0&ch=51+11
> 6+0+0
> +0&ch=97+108+0+0+0}
> 
> 
> if anyone has any clue as to what this is telling me, it would be much
> appreciated.
> 

Squid is complaining that the URL contains whitespace, which isn't
allowed (but often happens).  If you're worried about the load
from logging these messages (at one per minute, I wouldn't be)
you can turn them off by using debug_options in /etc/squid.conf;
for instance, I have
debug_options ALL,1
debug_options url_parse,0
which gives me a little debug infoprmation about some things, but
none at all about this kind of thing.

Also have a look at the section for the uri_whitespace option,
which allows you to specify what action squid should take when
such a URI is requested.



John P.
-- 
huiac@camtech.net.au
john@huiac.apana.org.au
http://www.mdt.net.au/~john Debian Linux admin & support:technical services



Reply to: