From 217c198a7d152e2de008277cd970920a31bb36f1 Mon Sep 17 00:00:00 2001 From: bserie Date: Mon, 27 Nov 2017 15:43:45 +0100 Subject: [PATCH] avec GoAccess 1.2 : --- HowtoGoAccess.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/HowtoGoAccess.md b/HowtoGoAccess.md index d543a1bb..1b0ebf72 100644 --- a/HowtoGoAccess.md +++ b/HowtoGoAccess.md @@ -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 : ~~~