• 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

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