It may be related to the uri_whitespace directive. but you can enable more debugging to give (a lot) more information in cache.log on what it going on.
As for the first message: The actual failing request is most likely a request shortly before the failed one. How long depends on how much data was uploaded. Regards Henrik On Sun, 21 Dec 2003, ads squid wrote: > THis is the output of grep for errro in cache.log: > > ####### > [EMAIL PROTECTED] root]# grep -i 'health_info.nmh.org' > /var/log/squid/access.log > 1072007066.166 14 192.168.0.30 TCP_DENIED/400 1601 > GET > http://health_info.nmh.org:80/Library/HealthGuide/IllnessConditions/topic.asp?hwid=tn8460 > - NONE/- text/html If you read the error message you see why this one is rejected as invalid. You can recompile Squid to accept this by using the --enable-underscores configure option. > ###### > > This user 192.168.0.30 is genuine user and I am sure > will not do this purposely. Most often is not intentionally. Regards Henrik
