How can I update my statistics when i use a load balancing system that split my logs ?
SOLUTION: The best solution is to merge all split log files resulted from all your load balanced servers into one. For this, you can use the logresolvemerge tool provided with AWStats since version 3.2 : logresolvemerge.pl file1.log file2.log … filen.log > newfiletoprocess.log And setup the LogFile parameter in your config file to process the newfiletoprocess.log file.