• 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 page not found 404 error when viewing statistics

Status
Not open for further replies.

Chris El

New Pleskian
I have looked every where and can't find a solution. I'm new to Linux so I need a walk thought if solution is to root in.

My main domain account can get the statistics page, but every customer and their domains get a 404 error. The link takes them to "<domain>/plesk-stat/webstat/"
All have pearl enabled.
All have "domain.tld" set

I have tried changing to "webanalizer" to "none" also unchecking option for "/plesk-stat/webstat/" with no resolve.

Server has only been active for 16 days. I'm pretty sure the stats worked when check a few days after server was up. 2 days ago got an update can't tell you if that caused it.

Please help.
 
I fixed with help with an escalation though 1and1 to Parallels this was the answer they gave and fixed the issue.

Went inside the vhosts directory.

---

[root@ ~]# cd /var/www/vhosts/
[root@ vhosts]#

---

Ran the below given two commands to fix the permissions for files & directories.

---

[root@ vhosts]# find ./ -type d -exec chmod 0755 '{}' \;
[root@ vhosts]# find ./ -type f -exec chmod 0644 '{}' \;
 
Status
Not open for further replies.
Back
Top