How to convert apache log to graphics

One of the best tools I have found for this is GoAccess.

Converting a apache log file into an html report can be done with

sudo goaccess /var/log/apache2/access.log --log-format=COMBINED -a -o /var/www/html/report.html