Problem accessing webalizer

Discussion in 'Installation/Configuration' started by findafriend, Apr 30, 2007.

  1. findafriend

    findafriend New Member

    Hi

    Im new to ispconfig, which Falko Timme has installed for me.
    So far everything works ok, but i have tried to log into the forum to find a solution on how to get webalizer to work.
    I can't find a solution and webalizer is set as active in ispconfig.
    How do i get webalizer to work on a domain i installed ?
    And what path will the stats be on on a specific domain ?
    help is appreciated

    Sincerelly

    Mogens
     
  2. Hans

    Hans Moderator Moderator

    Webalizer within ISPConfig

    Hi,

    Within ISPConfig, go to the Options tab of the website and enable "Webalizer
    Statistics". (If it is not enabled already). To see your first stats, you've to wait max. 24 hours as Webalizer updates the info once a day.
     
  3. findafriend

    findafriend New Member

    But what address will the webalizer stats be on ?
    And is it possible to see what time webalizer updates the stats ?
    I think this needs to be as information in the manuals.
     
  4. Hans

    Hans Moderator Moderator

    Hi,

    Any valid user on your server has access to the statistics generated by Webalizer.
    The URL is: http://anydomainonyourserver.tld/stats/

    Webalizer makes use of a CRON-job, to update the statistics every day.
    Login into your server as root.
    Enter the command: crontab -e

    Now you see all the CRON-jobs, which are running on your server.
    For webalizer you should have a line like this:

    0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null

    This means that the webalizer statistics are updated every day at 4:00 am.
     
    Last edited: May 1, 2007
  5. findafriend

    findafriend New Member

    Thanks for your help.
    I'd really helped me out :)
     

Share This Page