Forum Moderators: bakedjake

Message Too Old, No Replies

Problem with managing webalizer on webmin

tites of all sites' stats pages are identical

         

louponne

10:13 pm on Aug 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have finally gotten a dedicated server and am managing it with Webmin. I'm a server newbie, but have figuree out how to take care of the basic tasks, and have several sites running smoothly.

However, the webalizer stats all show the same title - they all say "Stats mydomain" instead of "Stats domain-a" and "Stats domain-b".

What have I done wrong?

villan

4:42 pm on Aug 2, 2004 (gmt 0)

10+ Year Member



You need to set the hostname in webalizer.conf to something like:

HostName domain-a

i use a seperate webalizer.conf for for each of my virtual host, there i can specify what logs to use and what directory to output the html to. you can tell webalizer to use these different conf files like so:

webalizer -c /path/to/webalizer.conf

i have a shell script setup in cron to update all the sites stats every hour.

louponne

4:54 pm on Aug 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi villan - wow, second post and already helping out! Many thanks!

I think I understand how to do what you're saying via webmin. I'll give it a try!

Thanks again! :)

louponne

9:27 pm on Aug 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



i use a seperate webalizer.conf for for each of my virtual host, there i can specify what logs to use and what directory to output the html to.

Well, I'm pretty sure I've figured out how to set custom webalizer settings for each domain - remember, I'm doing this via Webmin. But I can not find the individual webalizer.conf files! I'll keep trying - - -