• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question How to change AWStats computed from a monthly to a daily basis?

Longin

New Pleskian
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.
 
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
 
Back
Top