Hi Paul
I had some problems getting Awstats to work on our load ballanced servers but I've almost cracked it.
Here's my logresolve line:
/website/applications/awstats-6.6/tools/logresolvemerge.pl D:/LogFiles/W3SVC1269590722/*.log Z:/LogFiles/W3SVC1269590722/*.log > /LogFiles/website-combined-logs/combinedlogs.log
I had to map the network drive (Z:) on the server that runs Awstats to the logfile folder on the second server. The D: is where the logfiles reside on the server that runs awstats.
The only problem I have now is that I have to manually paste the following at the top of the merged logfile (combinedlogs.log) in order for Awstats to process the log:
#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Fields: date time cs-method cs-uri-stem cs-uri-query cs-username c-ip cs-version cs(User-Agent) cs(Referer) sc-status sc-bytes
Hope this helps
Jim