Report this

What is the reason for this report?

You don't have permission to access /awstats/awstats.pl on this server.

Posted on November 20, 2018

Hello,

I’m trying to get Awstats to work with my LAMP stack. I followed a guide to configure it(Awstats Guide)

After configuring it I’m getting a “You don’t have permission to access /awstats/awstats.pl on this server.”

So after a lot reading I ended up with this in the /etc/httpd/conf.d/awstats.conf:

Alias /awstatsclasses "/usr/share/awstats/wwwroot/classes/"
Alias /awstatscss "/usr/share/awstats/wwwroot/css/"
Alias /awstatsicons "/usr/share/awstats/wwwroot/icon/"
ScriptAlias /awstats/ "/usr/share/awstats/wwwroot/cgi-bin/"

<Directory "/usr/share/awstats/wwwroot">
Options FollowSymLinks
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>

I also created the /etc/awstats/domain.com.conf for a virtualhost, changing the LogFile directory, SiteDomain, HostsAliases and AllowToUpdateStatsFromBrowser options.

I’ve tried a lot of fixes but none of them worked .I think it’s a problem with being able to execute cgi scripts.

Thanks!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

The <Directory “/usr/share/awstats/wwwroot”> was wrong, changed to <Directory “/usr/share/awstats/wwwroot/cgi-bin”> and I can now access it from the web.

Icons are missing tho.

Thanks!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.