45 # HistoryName allows you to specify the name of the history file produced 46 # by the Webalizer. The history file keeps the data for previous months, 47 # and is used for generating the main HTML page (index.html). The default 48 # is a file named "webalizer.hist", stored in the output directory being 49 # used. The name can include a path, which will be relative to the output 50 # directory unless absolute (starts with a leading '/')
54 # Incremental processing allows multiple partial log files to be used 55 # instead of one huge one. Useful for large sites that have to rotate 56 # their log files more than once a month. The Webalizer will save its 57 # internal state before exiting, and restore it the next time run, in 58 # order to continue processing where it left off. This mode also causes 59 # The Webalizer to scan for and ignore duplicate records (records already 60 # processed by a previous run). See the README file for additional 61 # information. The value may be 'yes' or 'no', with a default of 'no'. 62 # The file 'webalizer.current' is used to store the current state data, 63 # and is located in the output directory of the program (unless changed 64 # with the IncrementalName option below). Please read at least the section 65 # on Incremental processing in the README file before you enable this option 69 # IncrementalName allows you to specify the filename for saving the 70 # incremental data in. It is similar to the HistoryName option where the 71 # name is relative to the specified output directory, unless an absolute 72 # filename is specified. The default is a file named "webalizer.current" 73 # kept in the normal output directory. If you don't specify "Incremental" 74 # as 'yes' then this option has no meaning. |