rons_rons You have to enable the statistics (Webalizer) for each website. AWStats only generate statistics for site that have the statistics option enabled.
No worries mate.. Just wondering though.. are the stats lost forever? cuz it's the first time one my sites got such high hits.. And I'm like very proud of it.. I know it sounds silly but... u know.. Happy New Year guys!
No you can have a look at page 6 of this thread, there is a solution for generating statistics for the previous month. But It looks like the -logfile directive does not work on command line. So you might have to temporary edit the /etc/awstats/awstats.www.mydomain.com.conf and change the LogFile directive to something like /home/www/webX/log/2006/12/web.log
New version has been released wich hopefully fixes definitively the last day of month bug. The update procedure is as usual exept that this time the awstats package has also been updated. So just execute this commands : Code: tar xvfz awstats-6.6.tar.gz -C /home/admispconfig/ispconfig/tools Code: chmod 755 /home/admispconfig/ispconfig/tools/awstats-6.6/ Code: rm /home/admispconfig/ispconfig/tools/awstats Code: ln -s /home/admispconfig/ispconfig/tools/awstats-6.6 /home/admispconfig/ispconfig/tools/awstats That's it
How to modify link of the logo awstats to open the new page in the same window ? (target='self') Thanks and Happy New Year ¡¡
Does the package support only web trafic or will it also be able to monitor mail trafic?? Awstats can do it as shown in: http://awstats.sourceforge.net/awstats.mail.html
jfruano: wich link are you talking about? 4integration : Have a look here http://howtoforge.com/forums/showthread.php?p=53085#post53085
the link of the logo awstats that is in the right of the header that redirect to the awstats project. I like to open in the same window. Thanks jnsc.
As this is generated automatically by AWStats, I don't think it's possible. The tool that is used to generate thes statistics is awstats_buildstaticpages. You may have a look at it, but I am not sure it will be very helpful. It might be better to search the web for a way to customize the AWStats output. Regards
I made a small modification of install.sh because the script didn't backup my httpd.conf. My version looks as: Code: #!/bin/sh mkdir /etc/awstats cp awstats.shared.conf /etc/awstats/awstats.shared.conf chmod 644 /etc/awstats/awstats.shared.conf cp awstats.php /root/ispconfig/scripts/shell/awstats.php chmod 644 /root/ispconfig/scripts/shell/awstats.php # Decompress Awstats in the /tools directory tar xvfz awstats-6.6.tar.gz -C /home/admispconfig/ispconfig/tools chmod 755 /home/admispconfig/ispconfig/tools/awstats-6.6/ ln -s /home/admispconfig/ispconfig/tools/awstats-6.6 /home/admispconfig/ispconfig/tools/awstats # First backup the Apache configuration # Adding Apache Alias (Very experimental) # Restart Apache if [[ -e /etc/apache2/apache2.conf ]] then cp -p /etc/apache2/apache2.conf /etc/apache2/apache2.conf.ispcfg_awstats_bkup sed -i -f apache.sed /etc/apache2/apache2.conf /etc/init.d/apache2 restart elif [[ -e /etc/httpd/conf/httpd.conf ]] then cp -p /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.ispcfg_awstats_bkup sed -i -f apache.sed /etc/httpd/conf/httpd.conf /etc/init.d/httpd restart elif [[ -e /etc/apache2/default-server.conf ]] then cp -p /etc/apache2/default-server.conf /etc/apache2/default-server.conf.ispcfg_awstats_bkup sed -i -f apache.sed /etc/apache2/default-server.conf /etc/init.d/apache2 restart fi # Adding a Cron Job crontab -l > /tmp/crontab.lst sed -i -f crontab.sed /tmp/crontab.lst crontab /tmp/crontab.lst
Install the newest Version (alpha-8) from jnsc´s homepage. I think he fixed this known bug I hope, that should work right then....
Hi rons rons, follow these steps: login at your ISPConfig-Installation as admin go to "ISP Manager" open there the web you want in the right window you should see now the basis-informations click there on "Options" scroll down to "Webalizer- Statistics" and mark the field save the settings, wait 24h and then you should have the statistics you want / need. I hope it works - and you understand what I mean in every step ;-)