Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Additional FTP account is an ordinary system user but with the same user ID as for main hosting sys. user. Same user ID -> same permissions on filesystem. Additional FTP account has no ssh access (shell = /bin/false). FTP access is automatically restricted with user’s home directory. (specified path inside webspace).
So, you can try to change path for corresponding system user.
Happy New Year
Plesk support solved my PAM config issue .. so I can create additional ftp users now...
creating an account is easy but require a user home path located into the /var/www/vhosts/my_domain/ directory
so I can use /var/www/vhosts/my_domain/web_users/user_name ...however, my server is configured in such a way that /var is a small partition
I should use /data...
when creating a new ftp user, if I enter a home path like :
/data/ftp_users/user_name ( after creating the user_name directory)
I get an error " Error: Invalid path specified " : Physical path does not exist
as /data/ftp_users/user_name exists.. I guess the Home Directory path requested when creating a new ftp_user is relative to the domain directory.....
how can I modify the ftp base directory .... ?
It is impossible. Additional FTP accounts - is the restricted aliases for domain FTP user. As far as domain FTP user can not exit outside of domain www-root, additional account also unable to pass restriction.
However, U can try to create directory inside domain's httpdocs and associate it with external path via mount command, any like
---------------------------------------------
mount --bind /data/ftp_users/$EXTERNAL_DIR_NAME /var/www/vhosts/$DOMAIN_NAME/httpdocs/$LOCAL_DIR_NAME
---------------------------------------------
after it set home for additional ftp user as /httpdocs/$LOCAL_DIR_NAME.
I understand why it's not possible... but as it was possible with the MySQL databases , I thought that we could also have a way to setup a default root for ProFTP to be used by each domain with permissions control...
I tried the symlink.. but forgot the mount .. will give a shot today