transfer old Awstats stats plug in to new Directadmin's featured Awstats

faberrimo

New member
Joined
Oct 20, 2010
Messages
2
Hello. I've to transfer some domains on a server that uses the old Awstats external plug in (this).

This awstats works in a different way compared to the "new" Awstats feature of DA.

Is there a safe way to transfer all the stats to a new server with the new awstats feature?

Other question...

The old plug in shows the stats in two frames (one on the left and a main central frame) , the newer in a single page. Is it possible to change this configuration to transform it in two columns?

Thank you for the support!

Effe
 
Only what you need is to transfer data files:

Code:
awstatsMMYYYY.domainname.txt

to DA default location for them:

Code:
/home/<username>/domains/<domainname>/awstats/.data

After that modifiy or create config for awstats:

Code:
/home/<username>/domains/<domainname>/awstats/.data/awstats.<domainname>.conf

And then re-build html for all needed periods manually.
See awstats docs, help for /usr/local/awstats/tools/awstats_buildstaticpages.pl or examine code from /usr/local/directadmin/scripts/awstats_process.sh.

p.s. I've got a simple script for rebuilding awstats for any period.
 
Back
Top