• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

webstat is not working on plesk8.0

K

kengdotcom

Guest
Anyone have an idea? After I installed plesk8 and moving domain to this server. The webstat is not working. It show a message when I tried to access a web statistic page.

The message is here ...

This is the placeholder for Webalizer statistics. If you see this page that means that Webalizer has not run yet on your server. Webalizer is typically set to run once every 24 hours. If you do not see a change to this page in the next 24 hours contact your server administrator for assistance.

This page has been automatically generated by Plesk.

-----
Do I have to make a configuration something? or someone found the same problem like me? I don't know why the web statistic is not working. Because it is working well on my plesk 7.5
 
Generally with new servers, you have to wait until the Plesk 'statistics' program is run by the cronjob, usually around midnight. Wait a day and try it again.

If it's been more than 24 hours since you setup the domain(s) on this server, then you can try manually running the statistics program by logging in via SSH
 
If it has been more than 24 hours, access your server via SSH as root and check if crond is running:

service crond status

If it is not running, start it:

service crond start

Then modify chkconfig to automatically start crond on startup:

chkconfig crond on

You can then run the following script to manually create the stats:

/usr/local/psa/admin/sbin/statistics

I hope this helps.
 
Back
Top