Can't reach stats

Discussion in 'Installation/Configuration' started by jawis, Sep 3, 2006.

  1. jawis

    jawis New Member

    When i'm trying to reacht my stats, (www.mydomain.nl/stats/) I get the 404 error page File not found.

    I installed ISP with the Howto perfect setup suse 10.0.

    All the other options are working fine, only the stats.

    Can somebody hlp me?
     
  2. edge

    edge Active Member Moderator

    Stats are created at 4AM, so if it's a new site you will need to wait one day!
     
  3. jawis

    jawis New Member

    I know. It's about 5 days now. So it should work. I restarted cronjobs en started the webalizerscript manualy, and now I can reach the stats.

    Hope the stats wil update automaticaly from now on.
     
  4. jawis

    jawis New Member

    I think something's wrong with my setup. When I type "crontab -e" it's completely empty :confused:

    can somebody tell me how to correct this?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you type crontab e as root user?
     
  6. jawis

    jawis New Member

    Yes, as root-user and also from the root directory.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run "crontab -e" and insert these lines:

    Code:
    30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null
    0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null
    0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null
    15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null
    40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null
    05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null
     
  8. jawis

    jawis New Member

    Done,

    Will see tomorrow morning.

    Thanks anyway,
     
  9. jawis

    jawis New Member

    I´ve executed all the commands manualy, only by 1 command, I got an error:

    /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php ==>

    ls: /etc/apache2/vhosts.d/*.conf: no such file or directory

    Is this normal, or should I edit the .conf file?
     
  10. admin

    admin Administrator Staff Member Moderator

    You can ignore it. :)
     
  11. jawis

    jawis New Member

    OK, thanks
     

Share This Page