avec GoAccess 1.2 :

This commit is contained in:
Benoît S. 2017-11-27 15:43:45 +01:00
parent 84b757ddb4
commit 217c198a7d

View file

@ -29,11 +29,18 @@ log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u"
Pour générer un rapport HTML (un seul fichier, les styles sont inline) :
avec goaccess - 0.8.3.
avec GoAccess 0.8.3 :
~~~
# goaccess -f access.log -a -o html
~~~
avec GoAccess 1.2 :
~~~
# goaccess access.log -a -o /var/www/rapport.html
~~~
Pour suivre un access.log en temps réel :
~~~