• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Subdomains Folder Permissions

E

expream

Guest
Hello all! I have read topics (threadid=29331) .. and there was written about .. how to hide wheel folders from users...

Hide the "tmp, usr, lib, var" folders when logging in via ftp, so users dont try to delete them, and then call asking why they can't delete these "useless" folders (yeah I'm serious)

# /usr/local/psa/ftpd/etc/proftpd.conf

<Directory ~>
HideGroup wheel
</Directory>

So i did it.. and after that .. i (as user) can not see subdomains folders! becoz owner of subdomains folders is wheel .. and not psaserv.. .. so is it a bug? or it must be? :)

So .. how to hide some folders?
 
It must be due to how Plesk deals with your particular OS. On all the RedHat/Fedora systems the group owner is psaserv. Also, the user on all the directories which I would want to 'hide' are owned by user 'root', I would use the 'HideUser root' instead of 'HideGroup psaserv'. Keep in mind that I use only RH OSs, and you did not post what exact OS you are using.
 
Back
Top