I have setup awstats in server , in this server , there is only one apache access log now , I can use this access log for awstats statistics , it works .
As I have many web server also want to do the awstats statistics but do not want to install awstats program in each of these server , therefore I want to copy all apache access log from another server to awstats server , then run the program for each of all access log.
would advise is it possible , would advise how can I do it ? very thanks .
As far as I remember awstats has problems if you want to combine logs from various servers. As long as you create statistics per server I see no problem if you gather logs from many servers and provide / generate the statistics on only one. Depending on the size of the logs you should delete the originary log files as soon as possible or have them created in a central location from the beginning.
There are bigger solutions (like logstash) for this, so you might consider using a different solution which gathers the logs for you.
Some years ago I used awstats to create static html pages with a commandline like that:
Just make sure you output html pages don't get overwritten (use the
-dircommand) and that you specify one log file by after the other (make sure theLogFiledirective in your conf file points to the correct file or specify-logfileaccordingly)