Can you have a look at when the symlink Code: /home/www/www.MY-DOMAIN.com/log/web.log has been created? Does sombody else running AWStats have this problem?
Hallo same Problem, 30 Nov ist missing. The symlink was createt 2 Dez 02:00 In Dezember Statisitk for all days are here. Edi
Yes, it has been created and has the accesses of last day of the month. The exact path is in my server the following : /var/www/www.mysite.com/log/2006/10 (for web.log october) /var/www/www.mysite.com/log/2006/11 (for web.log november) /var/www/www.mysite.com/log/2006/12 (for web.log december) .... .... Best regards.
I just released a new version of the installer. If you want to upgrade just replace your existing Code: /root/ispconfig/scripts/shell/awstats.php file with the new one.
Firstly: Great work Now for bugs.. wahaha 1) in /etc/awstats/awstats.FQDN.conf HostAliases wrongly join subdomain.domain.tld into subdomaindomain.tld 2) How does one go about rebuilding the stats? I did the /root/ispconfig/php/php /root/ispconfig/scripts/shell/awstats.php to try and rebuild the stats but got back the same results minus the timestamp for "Last Update" which returned the current time. And I know for sure that the stats should be different. Cheers. Great work otherwise. Totally loving it. =D
Hi 1) Yes it look's like you are right, I will check this tonight. 2) I use the file /home/www/webX/log/web.log, so have a look at this file and check if it has the "missing" entries. Regards
2) For those on Fedora, that would be /var/www/webX/log/web.log where X is the "web number". Yea... those are there. How do I update the awstats page?
If the time is updated on the statistics page, then the stats have been regenerated. AWStats is maybe ignoring the new records, because it has some rules that are described here http://awstats.sourceforge.net/docs/awstats_faq.html#DIFFERENT_RESULTS
Checked it out mate. Doesn't explain it. The bandwidth usage remains the same for one. And then also there are new IPs accessing the server so they should appear too. Not to mention that I have also edited the awstats.shared.conf file so that URLWithQuery equals to 1 and that doesn't appear either.
For the first problem I juste release a new version. In order to update follow this steps: Code: wget http://jnsc.ch/downloads/ISPConfig_awstats_pkg_alpha-7.tar.gz Code: tar -xvzf ISPConfig_awstats_pkg_alpha-7.tar.gz Code: cd ISPConfig_awstats_pkg Code: cp awstats.php /root/ispconfig/scripts/shell/awstats.php Code: rm /etc/awstats/awstats.www.YOUR.HOSTNAME.com.conf Code: /root/ispconfig/php/php /root/ispconfig/scripts/shell/awstats.php For the second problem, AWStats uses a cache, so it will not regenerate entries that have already been generated, even if you have changed the configuration. Try to delete the cache and regenerate the cache. The cache is located here Code: /home/www/webX/web/awstats/awstats122006.www.YOUR.HOSTNAME.com.txt (for you /var instead of /home)
Hi. I removed the cache file and ran /root/ispconfig/php/php /root/ispconfig/scripts/shell/awstats.php. Same thing. Time was updated but stats were not. Although, the stats were updated at 4am. EDIT: Could it be that this implementation of the stats does not display the details of the current day until it has passed?
Hi, as this installer is intended to generate Statistics for each site on the server, I think it's not the best place to start if you want to generate stats for postfix. I think a simple cron will do the job just fine. I never tryed it, but it looks not to difficult to do it by using maillogconvert.pl
Hi there.. Did anyone experience their previous month's logs lost? On the 1st yesterday, I only had last month's report but that page was empty. Today, there is a new page for this month but the previous month's page still remains empty and the last update time is "01 Jan 2007 - 04:02" Happy New Year people!
same here .. statistics for January are ok but statistics for December is lost .. even awstats.www.server.domain.2006-12.html shows statistics for January but without any data ... webalizer shows all ok
i have follow your steps in this link http://www.howtoforge.com/awstats_ispconfig but after installing i dun see an awstats folder being created.. what should i do and what is the problem?
Yes the logs for December are empty. This problem is the same as last month, and a closer look at my fix showed me that I missed one parameter, so the fix was ineffective. I will publish a new version, and I hope that this time it will work. I apologise for this problem.