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.
Oh ****! I found the solution!
Thank's john0001, after re-reading my own words I found the solution. Really easy... Edit as root the chrooted passwd file and change de home dir from / to /desired_home_folder
before...
bash-5.0$ cat /etc/passwd
root:*:0:0:Root:/:/bin/false...
I think the problem is related with the shell of this user (/opt/psa/bin/chrootsh) and the way plesk configure that, but I don't know where to find more info about chrootsh in plesk.
chrooteduser:x:10003:1003::/var/www/vhosts/domain.tld/another_dir/:/opt/psa/bin/chrootsh
The previous output about /etc/passwd was on my local machine.
Here the plesk...
bash-5.0$ cat /etc/passwd
root:*:0:0:Root:/:/bin/false
chrooteduser:x:10003:1003::/:/bin/bash
On my linux machine I only need to change the user homedir in /etc/passwd but in the plesk server this doesn't work (see the first message on this threat).
And I think it's a plesk limitation or restriction.
Thank's for reply john0001, but...
I don't want to access outside the chroot, read: "We only want to change the home directory to a one level deeper (from /path/to/jail to /path/to/jail/another_dir)" another_dir is inside the chroot, not outside.
No problem. It's ok for us. We want to start...
After thinking about it a little more ... I'm not sure that is not possible.
A regular user (no chrooted) can got a home directory outside /home why a chrooted can't?
We only want to change the home directory to a one level deeper (from /path/to/jail to /path/to/jail/another_dir), not to...
If we change de home directory for a chrooted user from /var/www/vhosts/domain.tld to /var/www/vhosts/domain.tld/another_dir, we cannot login and get this error...
ssh [email protected]
Password:
Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-67-generic x86_64)
Last login: Mon Mar 22...