Can't find log files

Discussion in 'ISPConfig 3 Priority Support' started by kaostc, Feb 14, 2025.

  1. kaostc

    kaostc Member HowtoForge Supporter

    For one of my sites I can find the logs in /var/log/ispconfig/httpd/sitename, but not in /var/www/sitename/log.
    I check for another site working ok and cannot find any symbolic link that tie both paths somehow. What is missing for the malfunctioning site, should the paths be hardlinked or something?

    Thanks!
     
  2. remkoh

    remkoh Active Member HowtoForge Supporter

    It's not a symbolic link but done in /etc/fstab automatically when the site is created.
    You'll be missing a line there. Apparently something failed during the site creation.
     
  3. kaostc

    kaostc Member HowtoForge Supporter

    I changed the name of the site, maybe this provoked the problem.
     
  4. kaostc

    kaostc Member HowtoForge Supporter

    Rebooting the server solved the problem. The line was in fstab, I think the reboot reloaded fstab and tied the folders.
     
    remkoh likes this.
  5. remkoh

    remkoh Active Member HowtoForge Supporter

    Then it looks like the name change was indeed the cause of your problem.
    Probably fstab wasn't reloaded afterwards, which the reboot now did.

    @till could this maybe be a bug in ISPC?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    I've not seen this on any server yet, and I rename sites regularly on my servers too. But I will test it again.
     
  7. remkoh

    remkoh Active Member HowtoForge Supporter

    Me neither, but I very rarely rename sites.
     

Share This Page