• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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