• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Directory permissions

KamilL

New Pleskian
Hello,
my directory permission got messed up when I transferred data from my windows vps and ... well, its a pretty mess now.

I tried the HowTo but vhostmng is missing. Is there a way to fix permission in an easy way for Parallels Plesk 11?
 
I couldn't access any of my web pages after executing httpdmng --reconfigure-all. Restoring the backup now.
 
Try this

#/user/local/psa/adimn/sbin/httpdmng --reconfigure-all

That command does not fix any permissions on a plesk server, instead it rebuilds the virtual host templates used by the webserver to map domains to there physical folders.

As for permissions, if you have SHELL access to your server, then just

chown -R <your_primary_ftp_username> : psacln /var/www/vhosts/domain.com/httpdocs/*
 
Back
Top