AWStats
De Banane Atomic
Aller à la navigationAller à la recherche
Installation
sudo pacman -S awstats |
Configuration
# création d'un fichier de configuration par site cp /etc/awstats/awstats.model.conf /etc/awstats/awstats.mon-site.com.conf |
/etc/awstats/awstats.mon-site.com.conf |
LogFile="/var/log/log.log" SiteDomain="www.mon-site.com" HostAliases="www.mon-site.com" # Directory where to store the awstats data # Ce dossier doit être accessible en écriture par le serveur DirData="/var/lib/awstats/mon-site" # 0: désactive le reverse DNS, qui permet de transformer l'IP du site en nom DNSLookup=0 |
Générer les données
/usr/share/awstats/tools/awstats_updateall.pl now -awstatsprog=/usr/share/webapps/awstats/cgi-bin/awstats.pl |