From 59014216574285687fd3e3f93e564797c1c7f2af Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sat, 18 Jun 2016 10:54:20 +0000 Subject: [PATCH] Make Webalizer work with rotated logfiles. --- server/webalizer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/webalizer.conf b/server/webalizer.conf index 696a6e4..a5e720f 100644 --- a/server/webalizer.conf +++ b/server/webalizer.conf @@ -26,7 +26,7 @@ # (bzip2 compressed file), it will be decompressed on the fly as it # is being read. -LogFile /var/log/nginx/dpaste.access.log +LogFile /var/log/nginx/dpaste.access.log.1 # LogType defines the log type being processed. Normally, the Webalizer # expects a CLF or Combined web server log as input. Using this option, @@ -64,7 +64,7 @@ OutputDir /srv/dpaste.de/var/webalizer # with the IncrementalName option below). Please read at least the section # on Incremental processing in the README file before you enable this option. -#Incremental no +Incremental yes # IncrementalName allows you to specify the filename for saving the # incremental data in. It is similar to the HistoryName option where the @@ -73,7 +73,7 @@ OutputDir /srv/dpaste.de/var/webalizer # kept in the normal output directory. If you don't specify "Incremental" # as 'yes' then this option has no meaning. -#IncrementalName webalizer.current +IncrementalName webalizer.current # ReportTitle is the text to display as the title. The hostname # (unless blank) is appended to the end of this string (separated with