PDA

View Full Version : webalizer.conf was not found on system


dalitso
23rd June 2009, 20:47
I have just installed ubuntu 9.04 server on my machine and am getting an error in webmin-webalizer logfile analysis (version 2.01-10) : "The Webalizer configuration file /etc/webalizer.conf was not found on your system. Maybe it is not installed, or your module configuration is incorrect."

I never had this problem when I installed ubuntu 8.04, it didn't need any kind of configuration it just worked after installation.

First thing I noticed was the error in virtualmin- "Suexec is enabled in the default template, but the suexec command was not found on your system".
I had to set "Automatically add appropriate SuExec directive?" to "no" in virtualmin server templates to overcome it. I didn't have to do that with ubuntu server 8.04. Maybe that's why webalizer is not working plus some other things like virtualmin not running some services like Proftp and mail relay.

Any help will be appreciated.

falko
24th June 2009, 17:10
Did you install webalizer?
aptitude install webalizer
If it is installed - what's the output of updatedb
locate webalizer.conf?

dalitso
25th June 2009, 21:46
Yes, webalizer is installed

Heres the output of
updatedb
locate webalizer.conf

> updatedb
> locate webalizer.conf
/etc/webalizer/webalizer.conf
/etc/webalizer/webalizer.conf.sample
/var/lib/dpkg/info/webalizer.conffiles
/var/lib/dpkg/info/webalizer.config


Aha! I see now. Now this is what I did. I typed the directory shown in the output above (location of the .conf) into the appropriate field in webmin - webalizer module config and also a path to webalizer command and webalizer is functioning, the error is gone.
Or is there another way of doing it?

Thank you very much again falko.