How do I get AWstats to analyze old log files?

后端 未结 4 1113
面向向阳花
面向向阳花 2021-01-31 03:20

I have many old log files (apache) and they span 3 different VPS servers I\'ve had so there are different sets with the same name:

old vps 1 (jan. 2012 - mar. 2012) -> a

4条回答
  •  离开以前
    2021-01-31 04:16

    If you need a Windows version of this for either the command line or a site configuration file, you can use exactly the same syntax style:

    LogFile="C:/WebRoot/MYSITE~1/traffic/aws/tools/logresolvemerge.pl C:/MYPROG~1/Apache24/logs/access/access_log.* |"
    

    Note the use of DOS short names for folders with spaces. You can obtain DOS short names for a file or folder with dir /x from the command line (DOS prompt).

提交回复
热议问题