• 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.

Change webserver settings for file sharing ... but where?

Stephan Palzer

New Pleskian
Hi Folks,

I would like to change a apache directive for the file sharing feature in plesk v12.5.30.
The responsible config file for the file sharing feature is:
/opt/psa/admin/conf/file_sharing.conf

I want to change it like following part:
<Directory "/var/www/vhosts/fs/unlisted">
Options +FollowSymLinks -SymLinksIfOwnerMatch
AllowOverride None
</Directory>

The first lines in the file are showing me:
#
# This is autogenerated file, do not edit.
#
Which points to a problem in the future!

This is the same problem as with any virtual host in plesk ... "put your customizations in the file vhost.conf"... But this doesn't work ... the file /opt/psa/admin/conf/vhost.conf would not be recognized. Where do I have to add the above apache directive, that it would be detected correctly?

Maybe a hack in the mysql database?

Best regards
Stephan
 
Hi Stephan,

Unfortunately, there is no way to do what you want because the source of file_sharing.conf content is hardcoded in crypted php system files.
You can describe your business case and submit feature request on plesk.uservoice.com
People will vote for this feature if it popular.
 
Hello,

put it in vhost,conf at the domain:

/var/www/vhosts/system/example.com/conf/vhost.conf

Then it works.

Ralph
 
Back
Top