• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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