I have a website thats gets way too many hits than it deserves. How can I get a measure of the problem. Take the apache access_log, pick out the first field which is the IP, then I can sort them, and run that output through “uniq -c” so it will output “count ip“. Finally sort …