I am using Webalizer on a Win 2003 server with IIS 6. It is rereading every file every time I run the program. The data is not being reprocessed. All I see...
Paul, I believe is that the answer is that webalizer does not read the IIS log files. However http://www.medasys-lille.com/webalizer/ does. ... From:...
Yes. That is what I am using. I was using it on a Win 2000 server with IIS 5 and it was working fine. Now for some reason it is reading every file in the ...
Oh... Actually, I don't think I've got it running on a W2K3 / II6 combo... But I've got a test server I can try. Don't want to break existing machines with...
Well, start with the obvious. Check in webalizer.conf that Incremental and History related options are correctly set and you didn't change them by mistake. ...
The .hist and .current files are there and the modified date on them both is today’s date and the time I last ran the program. It is possible that version...
Hello, It's seem you use , folderlog option then in this case Webalizer read all log file in a folder, just add RenameLogFile, for webalizer change extension ...
Personally, I just let it re-read all the logs. It doesn't hurt anything - just makes it take longer. Once I got it working like I wanted it, I just made a...
Thank you. This has made it work properly. ... From: webalizer@yahoogroups.com [mailto:webalizer@yahoogroups.com] On Behalf Of Jnha Sent: Wednesday, September...
... Hash: SHA1 Hi The user agent fields of current browers are to long for webalizers 64 bytes string. If I take my logfile for example: $ awk -F\" ' { print...
Uwe Weissenbacher
UweWeissenbacher@...
Sep 20, 2005 8:58 pm
3343
Safari is also beyond the 64 bytes barrier. I have to group it using the AppleWebKit/nnn.n part. ... ...
I can only get webalizer to run manually, it refuses to run as a cron job. I suspect it's selinux that is the culprit. Anyone that has any ideas about this....
... It will run from anywhere, cron included.. however there is a HUGE difference between running from the command line and from cron, mainly your minimalistic...
Bradford L. Barrett
brad@...
Sep 22, 2005 6:51 am
3346
With best regards ... Cant find any strange outputs from cron, just seems to run normaly. The only things I can find is in the auth-log, and that no stats is ...
I am using webalizer on a cpanel-based shared hosting server. (Linux 2.4.31, Apache/1.3.33, CPanel 10.6.0-RELEASE 201, Webalizer 2.01) I am using a custom...
... Cron will e-mail the user when whatever is run generates messages. If you are not getting them, then either you have messages suppressed in your config...
Bradford L. Barrett
brad@...
Sep 22, 2005 2:23 pm
3349
... (...) ... You should try asking this in a cpanel mailing list or a cpanel forum instead of a webalizer mailing list. They will know these details better...
Hi all, long time lurker but I think this is only my second post. I'm really having a hard time trying to interpret my Webalizer stats. For the longest time it...
... Sounds like a classic example of a munged configuration. Do you mean "page views" or "visits"? Anyway, make sure your PageType setting is correct, and not...
Bradford L. Barrett
brad@...
Sep 26, 2005 5:10 am
3352
Enric's grouping is very useful. I extended it to: (1) group personalized instances of Google search page with generic, (2) show country for non-US instances...
It seems that the percentage values of the referrers are calculated the wrong way. The percentage is calculated against the total number of hits and not the...
The Referrers Total doesn't add to 100% because the referrers from your own site are not being shown. Maybe it would be better if the percentage was calculated...
Hi! I moved our site to a new provider and now I can get the webalizer to run anymore. I have tried with the forum for the provider, but have been able to get...
... In the very first line, you should write: #!/bin/bash It's not necessary, but still you should always indicate the code interpreter (in this case ...
Thanks for the help! It needed some further modifications, among others I had to change /bin/bash to /bin/sh and change the .conf file a bit but it works now...