webalizer.conf was not found on system

Discussion in 'Installation/Configuration' started by dalitso, Jun 23, 2009.

  1. dalitso

    dalitso New Member

    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.
     
    Last edited: Jun 23, 2009
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you install webalizer?
    Code:
    aptitude install webalizer
    If it is installed - what's the output of
    Code:
    updatedb
    locate webalizer.conf
    ?
     
  3. dalitso

    dalitso New Member

    Yes, webalizer is installed

    Heres the output of
    Code:
    updatedb
    locate webalizer.conf
    Code:
    > 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.
     
    Last edited: Jun 26, 2009

Share This Page