Exercise: Analyze Apache log file - count every host
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
Published on 2015-10-27
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post