Subject: Install AWStats on AWS EC2 instance
Author: AwsEC2
Posted on: 09/03/2012 11:50:27 PM
Download and install AWStats
# /etc/init.d/httpd stop
# mkdir /usr/local
# cd /usr/local
# wget http://prdownloads.sourceforge.net/awstats/awstats-7.0.tar.gz
# tar -zvxf awstats-7.0.tar.gz
# mv awstats-7.0 awstats
# chown -R root:root awstats
Replies:
References: