View Single Post
Old 07-23-2011, 02:07 PM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
I am going to take a wild guess ... since you have goten no answer.

Set up a awstats install 'mutiple_sites'
and in the configuration file point the log's variable to
Code:
my @multiple_logs = ( 'log1.log', 'log2.log','log3.log');
my $log_path = @multiple_logs;

In other words, create an array of the log files then rename that array to the original variable name.

Might work, never tried to make a $string from an @array of log file lines ...

Good coding experiment anyway :P
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote