• 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 404 Error

R

Rob Collins

Guest
The default statistics page for a domain loads OK (/plesk-stat/webstat/). But when another month or year is selected and we click on the OK button, we get a 404 Not Found error (/plesk-stat/webstat/AWStats/cgi-bin/awstats.pl).

I have already confirmed that Perl is enabled for this domain, as in this KB: http://kb.odin.com/en/1083.

I have tried removing awstats for the domain, then re-adding it, but we still have the problem.

We have this problem on every domain on the server.

What other causes are there for this error?
 
Same problem

Have you found a solution? I'm having exactly the same problem. Please help..
 
Have you found a solution? I'm having exactly the same problem. Thanks
 
If you are running the Windows machine, check your domain configuration in IIS and try to disable/remove any ISAPI rewriters related to the domain.
 
Fix for IIS 7.5

We found the solution for IIS 7.5. It is a bug in Plesk, it seems that Plesk has the following Executable Path set for *.pl :

C:\Program Files (x86)\Parallels\Plesk\Additional\Perl\bin\perl.exe "%s" %s

According to MSFT/IIS , if the path contain spaces, it should be enclosed with quotation marks as such:

"C:\Program Files (x86)\Parallels\Plesk\Additional\Perl\bin\perl.exe" "%s" %s

This setting can be modified by opening IIS Manager -> Sites -> open the site you wish to modify -> click on Handler Mappings -> look for the line with the extension *.pl, highlight and hit on Edit at the right side, go to the section to change execute command path.

Once you hit OK to save, it may ask you to allow the ISAPI extension for that script, makes sure to say YES.
 
Back
Top