Web Hosting Talk







View Full Version : Need help with Webalizer


Voodoo Web
08-07-2001, 01:34 PM
My Webalizer doesn't work like I want.
The generated statistics doesn't look correct because Hits and Pages have the same value.
And on the detailed page for each month you can see that a lot of IPs are not resolved. Is it better to resolve the IP by Apache?
Another thing is that I don't have allways "View All ..." link under the top table.
You can see the statistic under http://www.swiss-webhosting.com/stats
If somebody has a good config file which produce statistics with all the options I want, please send it to me.

- domi

smartbackups
08-07-2001, 01:39 PM
did you tell webalizer that you are running php?

in /etc/webalizer.conf

do you have?
PageType htm*
PageType cgi
PageType phtml
PageType php3
PageType pl
PageType php

that is important.

And for the problem with IPs, not every IP unfortunately has a reverse record. I use apache to resolve mine, only because we don't get slammed with too much traffic.

Voodoo Web
08-08-2001, 09:11 AM
Thank you for your reply.

I had "PageType *htm*" in my configuration file because of shtml but this caused the Pages-Hits problem.

I started a few webalizer at the same time by a batch script and this was the problem for the unresolved IPs.

Now the statistics looks much better but I still miss something.
In my config I have "AllReferrers yes" and on the page there is "Top 15 of 62 Total Referrers" but no link to view all referrers.

I hope somebody can help me...have a nice day!

- domi