Make Webalizer work with rotated logfiles.

This commit is contained in:
Martin Mahner 2016-06-18 10:54:20 +00:00
parent c07c45dc31
commit 5901421657

View file

@ -26,7 +26,7 @@
# (bzip2 compressed file), it will be decompressed on the fly as it # (bzip2 compressed file), it will be decompressed on the fly as it
# is being read. # 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 # LogType defines the log type being processed. Normally, the Webalizer
# expects a CLF or Combined web server log as input. Using this option, # 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 # with the IncrementalName option below). Please read at least the section
# on Incremental processing in the README file before you enable this option. # 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 # IncrementalName allows you to specify the filename for saving the
# incremental data in. It is similar to the HistoryName option where 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" # kept in the normal output directory. If you don't specify "Incremental"
# as 'yes' then this option has no meaning. # 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 # ReportTitle is the text to display as the title. The hostname
# (unless blank) is appended to the end of this string (separated with # (unless blank) is appended to the end of this string (separated with