• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Plesk Reconfigurator

G

gongcart

Guest
Currently, if you use the reconfigurator to check folder security and permission, it will reset all permission to read. However, in the real hosting environment, it is a no no. We received complains from customers that their read and write permission got reset to read permission only. Please correct this in the next release.
 
Hello,

try using vhostmng.exe instead:

C:\Program Files\Parallels\Plesk\admin\bin>vhostmng.exe --help

usage: vhostmng [options] ...

--help

--install-vhost --vhost-name=<domain> --user-name=<user> [--no-default-pages]

--install-frame-forwarding --vhost-name=<domain> --url=<redirect>
--remove-frame-forwarding --vhost-name=<domain>

--create-subdomain --vhost-name=<domain> --subdomain-name=<subdomain> --user-name=<user> [--no-default-pages]
--remove-subdomain --vhost-name=<domain> --subdomain-name=<subdomain>
--rename-subdomain --vhost-name=<domain> --old-name=<old_subdomain> --new-name=<new_subdomain>

--change-subdomain-user --vhost-name=<domain> --subdomain-name=<subdomain> --user-name=<user>
--rename-subdomain-domain --old-domain-name=<old_domain> --new-domain-name=<new_domain>

--add-web-user --vhost-name=<domain> --web-user=<user> [--no-default-pages]
--remove-web-users --vhost-name=<domain> [--web-users=<user1[;user2;...]>]

--add-protection --vhost-name=<domain> --directory=<dir> --user-name=<user> [--subdomain=sub]
--remove-protection --vhost-name=<domain> --directory=<dir> [--subdomain=sub]
--rename-protection --vhost-name=<domain> --user-name=<user> [--subdomain=sub] --old-directory=<dir> --new-directory=<dir>
--add-protection-user --vhost-name=<domain> --directory=<dir> --user-name=<user> [--subdomain=sub]
--update-protection-user --vhost-name=<domain> --directory=<dir> --user-name=<user> [--subdomain=sub]
--remove-protection-user --vhost-name=<domain> --directory=<dir> --user-name=<user> [--subdomain=sub]

To basically restore permissions use:

C:\Program Files\Parallels\Plesk\admin\bin>vhostmng.exe --install-vhost --vhost-
name=<domain> --user-name=<user> --no-default-pages
 
Back
Top