Difference between revisions of "AWFFull"

From YobiWiki
Jump to navigation Jump to search
m
m (Reverted edits by JasonAnderson (talk) to last revision by PhilippeTeuwen)
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
apt-get install awffull libgd2-xpm
 
apt-get install awffull libgd2-xpm
   
  +
Geolocalisation? cf [[GeoIP]]
[http://www.maxmind.com/app/c GeoIP Country detection]
 
-----
 
./usr/bin/awffull
 
   
see the results to http://www.justbiit.com/awffull/
+
see an Apache example in http://www.justbiit.com/awffull/ or Zope in http://www.justbiit.com/zawffull/ or Plone in http://www.justbiit.com/pawffull/
   
 
Don't forget to point to the right log file : /var/log/apache2/access.log in the /etc/awffull/awffull.conf
 
Don't forget to point to the right log file : /var/log/apache2/access.log in the /etc/awffull/awffull.conf
  +
  +
Cheers on the cake : You are using different webservers like apache, zope, plone, etc.. and you would like to have statistics for each one :
 
cd /etc/awffull
  +
cp /etc/awffull/awffull.conf /etc/awffull/zawffull.conf
  +
cp /etc/awffull/awffull.conf /etc/awffull/pawffull.conf
  +
Edit pawffull.conf for Plone
  +
LogFile /var/log/zope2.9/plone-site/Z2.log
  +
OutputDir /var/www/pawffull
  +
Edit zawffull.conf for Zope
  +
LogFile /var/log/zope2.9/zope/Z2.log
  +
OutputDir /var/www/zawffull
  +
Create the output directory
  +
mkdir /var/www/zawffull
  +
mkdir /var/www/pawffull
  +
That is it, the /etc/cron.daily/awffull will execute each .conf file of the /etc/awffull directory !
  +
awffull -c /etc/awffull/awffull.conf
  +
awffull -c /etc/awffull/zawffull.conf
  +
awffull -c /etc/awffull/pawffull.conf

Latest revision as of 17:02, 2 March 2016

AWFFull Homepage

apt-get install awffull libgd2-xpm

Geolocalisation? cf GeoIP

see an Apache example in http://www.justbiit.com/awffull/ or Zope in http://www.justbiit.com/zawffull/ or Plone in http://www.justbiit.com/pawffull/

Don't forget to point to the right log file : /var/log/apache2/access.log in the /etc/awffull/awffull.conf

Cheers on the cake : You are using different webservers like apache, zope, plone, etc.. and you would like to have statistics for each one :

cd /etc/awffull
cp /etc/awffull/awffull.conf /etc/awffull/zawffull.conf
cp /etc/awffull/awffull.conf /etc/awffull/pawffull.conf

Edit pawffull.conf for Plone

LogFile /var/log/zope2.9/plone-site/Z2.log
OutputDir /var/www/pawffull

Edit zawffull.conf for Zope

LogFile /var/log/zope2.9/zope/Z2.log
OutputDir /var/www/zawffull

Create the output directory

mkdir /var/www/zawffull
mkdir /var/www/pawffull

That is it, the /etc/cron.daily/awffull will execute each .conf file of the /etc/awffull directory !

awffull -c /etc/awffull/awffull.conf
awffull -c /etc/awffull/zawffull.conf
awffull -c /etc/awffull/pawffull.conf