STEP 1 – Download and install AWStats
cd /usr/src
wget http://jnsc.ch/downloads/ISPConfig_awstats_pkg_beta-3.tar.gz
tar -xvzf ISPConfig_awstats_pkg_beta-3.tar.gz
cd ISPConfig_awstats_pkg
./install.sh
/root/ispconfig/php/php /root/ispconfig/scripts/shell/awstats.php
STEP 2 – Download and install a geographic localizer for IP´s
cd /root
wget http://www.maxmind.com/download/geoip/api/c/GeoIP.tar.gz
tar xzvf GeoIP.tar.gz
cd GeoIP-1.4.0
./configure
make
make check
make install
wget http://www.maxmind.com/download/geoip/api/perl/Geo-IP-1.27.tar.gz
tar xzvf Geo-IP-1.27.tar.gz
cd Geo-IP-1.27
perl Makefile.PL
make
make test
make install
perl -MCPAN -e shell
install Net::XWhois
q
Lang="de" (line 892 - "de" is an example) ShowScreenSizeStats=1 (line 1021) ShowMiscStats=anjdfrqwp (line 1041) LoadPlugin="geoip GEOIP_STANDARD /root/GeoIP-1.4.0/data/GeoIP.dat"(Zeile 1289)
If you want to use AWStats in applicable extent, you have to copy the javascript to every site on your server and include the following line into your index:
<script language="javascript" src="/js/awstats_misc_tracker.js"></script> <noscript><img src="/js/awstats_misc_tracker.js?nojs=y" height="0" width="0" border="0"style="display: none"></img></noscript>
You can find the javascript here: /home/admispconfig/ispconfig/tools/awstats-6.5/wwwroot/js
Run the AWStats-script to create the statistic-files
/root/ispconfig/php/php /root/ispconfig/scripts/shell/awstats.php