• 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.

change awstats default to stats

T

tjordan

Guest
Hello all -
Is there any way to change the default awstats link from 'plesk-stats' to just 'stats'?
 
The only thing you can do is create another virtual directory on the domain manually and point it at the stats folder.

The plesk-stats folders are created automatically by plesk and cant be changed.
 
Thank's for the response. That's fine if it was one domain. We have about 50 domains moving from an old Ensim server. I was hoping there was a way to create a virtual link for the default web site that Plesk would add when we create a new domain. I can live with the /plesk-stats but all of my cients are use to /stats.

Is there a way to add a default virtual link in the default web site or Plesk template like %wwwroot%/plesk-stats/awstats/?
 
I created a reasonable solution that uses a redirect page and a skeleton.

Start with the default skeleton. Add a folder called stats. In it place an index.html file. The only required item in the page is a redirect:

<META HTTP-EQUIV="Refresh" CONTENT="3; URL=../plesk-stat/webstat/AWstats/cgi-bin/awstats.pl">

You can redirect immediately but we display our logo for three seconds.

Zip up the files and then bring them in through the skeleton manager. Now every domain can go to www.domainname.com/stats
 
Back
Top