Jul 16, 2010
5
0
51
Hello,

I found this error when accessing awstats as user:
Not Found

The server was not able to find the document (./awstats.pl) you requested.
Please check the url and try again. You might also want to report this
error to your web hosting provider.

cpaneld/11.25 Server at domain.tld

Did anyone know how to solve it?
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Hello,

Can you check if the file exists with the correct permissions?

Code:
ls -lah /usr/local/cpanel/base/awstats.pl
ls -lah /usr/local/cpanel/3rdparty/bin/awstats.pl
The /usr/local/cpanel/base/awstats.pl should be symlinked to /usr/local/cpanel/3rdparty/bin/awstats.pl and the file should have 755 file permissions.

Thanks.