• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

How-To configure Webalizer to show statistics older than 12 months?

MichaelCa

New Pleskian
Hi,

This is Plesk for Windows 8.6
Webalizer version is 2.01

The default behaviour for Webalizer is to display and link stats for the past 12 months. What I'm wondering is if it is possible in that version to display older stats. The webalizer stats files are present. And you can browse to them by spcifying the file name. What I'm looking is having that historical data on the index page.

On http://www.webalizer.org/ they show conf file options and command line options for this. The option was not present in the conf file. I tried adding it. However, when I tried to set this in \Program Files\Parallels\Plesk\Additional\Webalizer\conf\webalizer.conf and re-ran statistics, nothing changed. Either I missed something or this version of Webalizer does not support that option.

I did see there is a Parallels KB that covers AWStats and Plesk for Linux.

http://kb.odin.com/en/6246

In that KB, it states you can configure this on Plesk 8.6. The options described in this article do not exist on Plesk 8.6 for Windows. And this domain is using Webalizer.

I do not have logs that go that far back on the server. The only data for that period exists in the Webalizer page. So I can recreate the data in AWStats. And this KB says I cannot switch between Webalizer and AWstats.

http://kb.odin.com/en/541

Is there a way to configure Plesk/Webalizer to display data older than 12 months?

Thank you
 
For webalizer, you can try the following:

Create a webalizer.conf file inside the /home/$USER/tmp/webalizer directory, uncomment and adjust the following options:
GraphMonths 60
IndexMonths 60

.Then wait for the stats to generate again. Tnis should show start from 60 months
 
Back
Top