Hi, I just discovered that as of 15-04-2015 my web_traffic table doesn't get filled anymore. For all domains the /log/ directory is completely empty, which at least explains why the table doesn't get any real values. File permissions for one of the log directories are : drwxr-xr-x 2 root root 4096 Aug 31 2014 log Where should I look further from here? Do you need any additional information? Kind regards, Robin
Till, Any idea why that happens? We have had that happen after a reboot and didn't catch it right away until a customer complained about not getting his stats. Thanks!
The bind mounts are listed in /etc/fstab and your system should mount them automatically at boot, not sure why this did not happen. What you can do is that you add the "mount -a" command in the /etc/rc.local file, so that it gets run at boot time.