• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

AWSTATS from the beginning

mr_exclusive

Basic Pleskian
Hi,

Please could someone write step by step how to run awstats on plesk on Suse linux 10.0x64?
I have a clean install of plesk, then i install awstats via Yast and what should i do next?
 
AWStats is already installed into Plesk 8.1 I thought. You just need to enable it on the domain set-up as the web statistics program to use.
 
yes i know but they didn't work, i got an error :

statistics: Unable to execute /usr/share/doc/packages/awstats/tools/awstats_buildingstaticpages.pl -awstatsprog=/srv/www/cgi-bin/awstats.pl --configdir=/usr/local/psa/etc/awstats -config=domain.com -dir=/srv/www/vhosts/domain.com/webstat/


when i try to run this from command line i got:

-bash: ./awstats_buildingstaticpages.pl: No such file or directory
 
Its plesk's version of awstats. They hacked up the paths. That's fine, but it should have been installed as psa_awstats.

What happens is you do a yum update, it grabs the latest awstats and overwrites.

It IS working fine, but the /sbin/statistics is calling up the wrong paths - easily fixed.....


(/etc/psa/psa.conf)

find
# AWStats
AWSTATS_ETC_D /etc/awstats
AWSTATS_BIN_D /var/www/cgi-bin/awstats
AWSTATS_TOOLS_D /usr/share/awstats

change to

AWSTATS_ETC_D /etc/awstats
AWSTATS_BIN_D /usr/share/awstats/wwwroot/cgi-bin
AWSTATS_TOOLS_D /usr/share/awstats/tools
 
Back
Top