• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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