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:
I want to change it like following part:
The first lines in the file are showing me:
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
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>
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 autogenerated file, do not edit.
#
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