Webalizer in stray.linefeed.org This is a fast way to install webalizer for any site at stray Create the stats directory in the website directory. # mkdir /home/safrica2/website/stats Change the owner of the directory # chown safrica:safrica /home/safrica2/website/stats Copiar archivos para el funcionamiento del webalizer # cd /home/argentina2 cp stats.sh webalizer.conf /home/safrica2/ Change owner of the files # cd /home/safrica2/ chown safrica:safrica stats.sh webalizer.conf Edit files and made the changes to point to the correct directories, webalizer.conf and apache logfiles. # cd /home/safrica2/ nano stats.sh webalizer.conf Change to user safrica #su safrica and run the script $ /home/safrica2/stats.sh ---------- stats.sh --------- #!/usr/local/bin/bash /usr/local/bin/webalizer -c /home/safrica/webalizer.conf And see if the stats are in place. If stats are there everything goes great. Now change the crontab for that user and put this $ crontab -e #webalizer 35 0 * * * /home/safrica2/stats.sh with this crontab the stats must be generated every day at 0:35 DONE. Mat mat(a)riseup.net CMI Buenos Aires Argentina http://argentina.indymedia.org Comments at mat(a)riseup.net