K KamilL New Pleskian Sep 5, 2012 #1 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?
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?
Z ZopfWare Regular Pleskian Sep 5, 2012 #2 Try this #/user/local/psa/adimn/sbin/httpdmng --reconfigure-all
K KamilL New Pleskian Sep 6, 2012 #3 I couldn't access any of my web pages after executing httpdmng --reconfigure-all. Restoring the backup now.
I couldn't access any of my web pages after executing httpdmng --reconfigure-all. Restoring the backup now.
abdi Platinum Pleskian Sep 7, 2012 #4 ZopfWare said: Try this #/user/local/psa/adimn/sbin/httpdmng --reconfigure-all Click to expand... 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/*
ZopfWare said: Try this #/user/local/psa/adimn/sbin/httpdmng --reconfigure-all Click to expand... 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/*