Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Exercise: Analyze Apache - number of successful hits

In the Apache log file (examples/files-perl/apache_access.log) after the "GET something HTTP/1.1" part there is the result code of the requests. 200 is OK the rest might be some failure.

Please create a report showing how many of the hits were successful (200) and how many were something else.

Could you put all the lines in either of the categories?