• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Webalizer does not run each morning

Richard18

Basic Pleskian
Ubuntu 16.04.2 LTS
Onyx 17.5.3 Update #9

Webalizer does not run each morning, as far as I can tell the right things are set up in cron.

I can manually get the stats to regenerate by changing between AWstats and Webalizer in the Hosting Settings but they are not generated each morning at 6.25.

/etc/crontab has an entry for /etc/cron.daily

25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

in /etc/cron.daily there's a script called webalizer

Where do I check next?
 
Hi Richard18,

on Ubuntu/Debian - based systems, cron logs to "/var/log/syslog", in case that your configuration at "/etc/rsyslog.d" doesn't contain something different as configuration. In YOUR case ( that you would like to be able to investigate possible issues/errors/problems with a crontab, I suggest an entry at "50-default.conf" with an example like:
Code:
cron.*                /var/log/cron.log
... and pls. make sure, that the log - file "/var/log/cron.log" has been created. ;)
Pls. check as well the file "/etc/rsyslog.conf" for basic configuration options on your server!​
 
I've just figured out the problem, it wasn't a problem at all.

I have strict-transport-security headers enabled on all the domains, the links to the statistics in the panel always link to /webstat not /webstat-ssl

Because none of the sites get any http traffic the stats at /webstat never get updated and the date remains the same, stats in /webstat-ssl are being updated, I just manually have to navigate to /webstat-ssl

Is there any way to hack this system wide so all the panel links point to /webstat-ssl?
 
Yep we had this issue too. It would be good that if all traffic is redirected to https then the stats defaults there from then on, or there is a link at the top of the page making this option clear.
 
Back
Top