• 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 is showing wrong domain

Hi all,

I'm a really new plesk user and I have to say that I'm quite annoyed about those kind of bugs that should've been found in beta testing.

And my boss who payed for this software also is not amused about me having to crawl through the support forums all the time because of bugs that should've been fixed by official update some time ago.

BTW: Instead of fixing Debians awstats I modified /etc/cron.daily/50plesk-daily and added the line

#!/bin/sh
export AWSTATS_ENABLE_CONFIG_DIR=1
...

This was described in a different forum.

Balu
 
I finally added
Code:
$ENV{"AWSTATS_ENABLE_CONFIG_DIR"} = 1;
at the top of awstats.pl ,
just below
Code:
use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.887 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$VERSION="6.6 (build $REVISION)";
And it worked for me ;)
 
Back
Top