Dear,
I am using ISPconfig for several years now and I had extensive statistics for my sites, using Webalizer. When I upgraded from 2.2.29 to 2.2.33 the Webalizer path changed from $web_path . "/stats" to $web_path . "/webalizer". This change was not graceful and the statistics on the old path didn't move on the new path. Now, I only have statistics for September 2009.
Is there an automatic way to move all statistics to the new folder ?
Should I use something like this :
Quote:
find /var/www/ -maxdepth 1 -name "web*" -type d -exec rm -rf {}/web/webalizer/ \;
find /var/www/ -maxdepth 1 -name "web*" -type d -exec mv -f {}/web/stats {}/web/webalizer \;
|
Regards,
P.
Recent comments
8 hours 51 min ago
13 hours 50 min ago
15 hours 16 min ago
16 hours 9 min ago
17 hours 52 min ago
22 hours 16 min ago
23 hours 8 min ago
1 day 1 hour ago
1 day 14 hours ago
1 day 16 hours ago