baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

Golive realtime log analyzer on Debian

https://goaccess.io/

$ wget http://tar.goaccess.io/goaccess-1.2.tar.gz
$ tar -xzvf goaccess-1.2.tar.gz
$ cd goaccess-1.2/
$ sudo apt-get install libncursesw5-dev libgeoip-dev
$ ./configure --enable-utf8 --enable-geoip=legacy
$ make
# make install
# vi /usr/local/etc/goaccess.conf
# goaccess /var/log/apache2/other_vhosts_access.log -o /home/frank/www/www.reports.com/htdocs/analyzer.html --real-time-html

Comments are currently closed.