/var/www/clients/client0/web1/log empty - ISPconfig 3, Debian 8.1, Apache [SOLVED]

Discussion in 'ISPConfig 3 Priority Support' started by aldo, Jan 3, 2018.

  1. aldo

    aldo Member HowtoForge Supporter

    Code:
    mount -a
    not solved
    Code:
    mount
    shows:
    /dev/sda1 on /var/www/clients/client0/web3/log type ext4 ...
    /dev/sda1 on /var/www/clients/client0/web2/log type ext4 ...
    but not .../client0/web1/...
    Thanks for any help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please add the missing line in /etc/fstab manually (copy one of the existing bind mount lines of the log dirs and alter the path to match the one of the affected website) and then run mount -a to activate it.
     
    aldo likes this.
  3. aldo

    aldo Member HowtoForge Supporter

    Thank you, solved!
     

Share This Page