• 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.

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