On Tue, 28 May 2002, Greg Ames wrote: > There are lots of 416's in the logs this morning, more than I remember seeing > before: > > [gregames@daedalus httpd-2.0.37dev]$ grep " 416 " /logs/www/weblog | wc -l > 12792 > > ...but the vast majority of them are Win98 browsers trying to download zip files > from dist/httpd. > > [gregames@daedalus gregames]$ grep " 416 " /logs/www/weblog | grep > "dist/httpd.*zip.*Windows 98" | wc -l > 11883
A more useful tally shows: marc@daedalus:/x1/home/marc$ grep " 416 " /logs/www/weblog | grep "dist/httpd.*zip.*Windows 98" | awk '{print $2}' | sort | uniq -c | sort -n | tail 41 195.75.14.50 83 211.91.252.200 100 63.101.129.250 101 195.175.210.168 101 61.185.171.150 665 217.70.108.6 2200 217.70.107.198 2366 195.92.168.169 3040 195.92.168.163 3368 195.92.168.165 ie. most of the hits come from one group of web caches that is either just messed up or has stupid clients behind it.