Webalizer no stats

Discussion in 'Installation/Configuration' started by Captain, Jul 23, 2014.

  1. Captain

    Captain Member

    Hello!

    Have one problem with statistic.
    We created web site - test.domain.com
    and after some time change domain name to domain1.com in ISPConfig panel.
    Now statistics does not work.
    And when we go to stats directory it show test.domain.com and I do not see new statustics file in stats folder, the last is 05.14 (when we change domain)

    How I can to solve this problem?

    Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which ISPConfig version do you use? Do you see recent log files in the lg folder of the website?
     
  3. Captain

    Captain Member

    Hi Till,

    I use final version 3.0.5.4p1.

    As I wrote you, we have problem with system boot when in fstab
    Code:
    /var/log/ispconfig/httpd/domain.com /var/www/clients/client23/web11/log    none    bind,nobootwait    0 0
    
    Problem still does not solved. Server in production mode, we can not all time restart it to check which link make this problem.

    That as why the log files we can check only via /var/log/ispconfig/httpd
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The statistics system reads the logs from the log directory of the domain under /var/www/domain.tld/log, so if the directory is not mounted, webalizer and awstats cant work.
     
  5. Captain

    Captain Member

    May be we can do like that:
    now uncomment this lines:
    Code:
    /var/log/ispconfig/httpd/vsop.lv /var/www/clients/client23/web11/log    none    bind,nobootwait    0 0
    
    after that
    Code:
    mount -a 
    
    And when we need to restart system comment out this lines and restart server.

    What do you think about this fast solution?

    Thank Till for help.
    My regards.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    This should work. I still have no idea why the boot on your server fails with the bind mounts. Do you use some network storage like nfs?
     
  7. Captain

    Captain Member

    No, just usb drive for server backup, but we test booting without it too. and problem still exist. Helps only fstab modification.

    Need to check line by line, and restart server. To search problem source.
    We check folders that you told for all clients it is exist.

    Ok. thank you. When we solve this problem I will post here.
     

Share This Page