• 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

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