• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Webstat not updating

Webroy

Regular Pleskian
I have centos 6 with plesk 11.

cat /usr/local/psa/version
11.0.9 CentOS 6 110120608.16

Webstat is not updating anymore. When i run /usr/local/psa/admin/sbin/statistics --calculate-all he does not give any errors.

I rebooted the server and plesk --> no result

when i try:


export STATISTICS_DEBUG=yes
and then run:
/usr/local/psa/admin/sbin/statistics --calculate-all



He gives the errors like:

DNS Lookup (15): Error: Unable to open configuration file /home/httpd/vhosts/domain.com/conf/webalizer.conf
Webalizer V2.21-02 (Linux 2.6.32-358.2.1.el6.x86_64 x86_64) English
Using logfile STDIN (clf)

When i go to the directory the file does exist.

-rw-r--r--. 1 root root 24132 Nov 6 09:48 webalizer.conf

Any ideas what is wrong??
 
I also see these errors:

Error: Can't change directory to /home/httpd/vhosts/domain.com/statistics/webstat
Error: Can't change directory to /home/httpd/vhosts/domain.com/statistics/anon_ftpstat

The /etc/webalizer.conf exist and is not changed for a long while..
 
At the moment the solution should be to disable SELinux on the server:
# setenforce 0

To disable it completely, place in the file "/etc/selinux/config" the following line:
SELINUX=disabled

As an option to try, please do the following:

1) uninstall the package `psa-selinux`;
2) turn off SELinux;
3) install `psa-selinux` package back;
4) turn on SELinux and check how it works.
 
Back
Top