• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Question Apache could not follow symbolic link

changer323

New Pleskian
I already configured the symlink to be owned by <user>: psacln. I want to ask if what is the global config of Apache to allow all sites to use +FollowSymLinks, I am searching for different past post but it seems to involve different Plesk user and groups especially ftp. It is also helpful to have a breakdown of this users to solve my encountered problem
 
First of all, you should _not_ enable FollowSymLinks on your webserver, as this is potentially dangerous for your webserver/customers. If you really need to access a symlink on your webpage then it's better to use "+SymLinksIfOwnerMatch" and make sure that the symlink destination is owned by the same user and subscription as the symlink source.
Note: You can not symlink files/directories across subscriptions.

If you insist on using "+FollowSymLinks" then you should update your Service Plans and uncheck the box "Restrict the ability to follow symbolic links" in your Service Plan under "Webserver". But again, I highly recommend not to do that.
 
Thank you for the response, I have already followed the to put the custom directive, also "+FollowSymLinks" and "+SymLinksIfOwnerMatch". I do this because I need to put a subdomain website into a directory. E.G. subdomain.example.com to example.com/subdomain. Is there a recommended recourse for what i want to do? Is there an alternative other than using symlinks. Thanks
 
Back
Top