One site does not have access logs and awstats will not work...

Discussion in 'General' started by red281gt, Dec 8, 2015.

  1. red281gt

    red281gt New Member

    I have an issue where one site does not have access logs in it's path
    /var/www/clients/client5/web17/log/ directory however there are logs for this site located at /var/log/ispconfig/httpd/[domain in question]/
    also it seems the yesterday-access.log file does not have a symlink like the other sites on the server have.
    Also for this site non of the awstats files are in the /var/www/clients/client5/web17/web/stats/ directory. However the other sites hosted on the server load up awstats just fine. Before anyone asks, yes the site in question has lots of daily traffic to the site.

    Can any one help me with this?

    BTW running CentOS 6.7 with Apache 2.2.15
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    run:

    mount -a

    and check if the logs are visible now. If they are still inviisible, then the bind mount line for this log directory is missing in /etc/fstab. Add a line for this log dir then (similar to the other bind mount lines) and then run "mount -a" again.
     
  3. red281gt

    red281gt New Member

    Thank you Till! mounting again worked.
     

Share This Page