Question
Cannot get domain.com/awstats to run ...
Hi,
DO droplet ubuntu
Installed awstats fine but when trying to load the site URL in the browser then the page returns a 404 error. APC control panel loads fine as well as phpmyadmin will load.
http://www.tuxreports.com/awstats/awstats.pl
Followed this guide to install:
https://help.ubuntu.com/community/AWStats
Is the correct lines to add to the /etc/apache2/sites-available/domain.com file?
Alias /awstatsclasses "/usr/share/awstats/lib/"
Alias /awstatsicons/ "/usr/share/awstats/icon/"
Alias /awstatscss "/usr/share/doc/awstats/examples/css"
ScriptAlias /awstats/ /usr/lib/cgi-bin/
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Any ideas?
Add a comment
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.
×