I have a new server, the installation was ok, no errors reported but the webalizer scripts is no running, untill now its the only problem ive found. The output of the /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php script is: 8007 records (8007 ignored) in 0.06 seconds 44362 records (44362 ignored) in 0.26 seconds 4692 records (4692 ignored) in 0.02 seconds 6705 records (6705 ignored) in 0.04 seconds 1154 records (1154 ignored) in 0.00 seconds 5514340 records (5514340 ignored) in 69.78 seconds, 79024/sec Do you have any idea where to start looking??
Try this: /etc/init.d/cron stop pkill cron (Make sure no cron processes are left.) Edit your crontab (crontab -e) and save it again. Then restart cron: /etc/init.d/cron start And wait for max. 24h.
Thanks, but the problem is not the cron job, its the webalizer script. As i said: 8007 records (8007 ignored) in 0.06 seconds 44362 records (44362 ignored) in 0.26 seconds 4692 records (4692 ignored) in 0.02 seconds 6705 records (6705 ignored) in 0.04 seconds 1154 records (1154 ignored) in 0.00 seconds 5514340 records (5514340 ignored) in 69.78 seconds, 79024/sec It ignores every record on the log file.
Sorry, i misunderstood. Which Linux distribution are you using on your server? Maybe you made a mistake within your configuration. If you are using Debian, evrything should be fine after apt-get install webalizer
Its a Centos 4.4, i have another centos with no problem (idem config), plus 1 Fedora 4, all of them with ispconfig.. I believe its a webalizer config problem, but i cant imagine what could it be !
Did you install Webalizer with: yum install webalizer ? Then it should work. If you've installed it in a different way, probably something is wrong within your webalizer.conf or httpd.conf file.
No, i followed the perfect install for centos 4.4, i copied the webalizer conf and php files from another running centos and hve the same issue, i believe the problem is with the apache log files.
If you think if there is a problem with the Apache log files, maybe you should check if the log file format within your Apache configuration file is supported by Webalizer. I think so, as Webalizer supports quiet a lot, but you never know.
It sounds like Webalizer things it has already processed the log file. Did you just transfer the webalizer.conf or other webalizer data files as well?
This is the same problem... the log file get the 2Gb limit and its unreadable.. can you tell me how to modify the logs.php and webalizer.php to create hourly log files? my sites are too big and create 1Gb of log per hour.
but it happend everytime, since 5 days ago it keeps sending "ignored records" and no stats at all.. any hint? what do i need to do if i want to run webalizer every hour? my log files grown 800Mb every hour and webalizer cant read them.
I've deleted every file inside the stats folders and rerun webalizer, it works ok the first time, but today i have the ignored registers again... any help?
I guess the stats process is a mess here... what can we do to fix it? i need to run it every hour and there is no way and nobody answer !! Falko please i need help here !
Question The cronolog program running under apache, creates the ispconfig_access_log file, but it doesnt erase the original apache's access_log file, root of all my problems. How can i modify it to clear the access_log file so apache can write on an empty file? I dont know where or when the cronolog file is called
The problem here was that the file is bigger than 2Gb, so the logs.php file cant read it and always copy the same records. I modify the logs.php file to create a subfolder with the our (so, its /var/www/web2/log/05/04/10/web.log) and works great, but i dont know how to clear the access_log file after copying it as ispconfig_access_log. Any hint?