Longin New Pleskian Jun 9, 2017 #1 Hello, How to change AWStats computed from a monthly to a daily basis with Plesk? I don't see how I can set this option for AWStats in Plesk. Thanks in advance for your help.
Hello, How to change AWStats computed from a monthly to a daily basis with Plesk? I don't see how I can set this option for AWStats in Plesk. Thanks in advance for your help.
IgorG Plesk addicted! Plesk Certified Professional Jun 12, 2017 #2 By default AWStats gather statistics on daily basis: # cat /etc/cron.daily/awstats #!/bin/sh /usr/share/awstats/awstats_updateall.pl now -awstatsprog=/var/www/cgi-bin/awstats/awstats.pl -configdir=/etc/awstats >/dev/null 2>&1
By default AWStats gather statistics on daily basis: # cat /etc/cron.daily/awstats #!/bin/sh /usr/share/awstats/awstats_updateall.pl now -awstatsprog=/var/www/cgi-bin/awstats/awstats.pl -configdir=/etc/awstats >/dev/null 2>&1