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
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.