In this exercise we take a log file generated by a web server, and extend the previous exercise analyzing Apache log files.

The task is to write a scrip that will count how many requests came from each different IP address and then print them in descending order.

Solutions