• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

please h-e-l-p - OWNERSHIP problem

B

bperfect

Guest
hi..

After restore the ownership has changed on all the folders in vhosts.. is there anytool to fix them.. kindly advice.. i am in a great fix..

eg.. the ftp user folder ownership of domainA is with domainB and domainB is with domainX
 
Originally posted by bperfect
hi..

After restore the ownership has changed on all the folders in vhosts.. is there anytool to fix them.. kindly advice.. i am in a great fix..

eg.. the ftp user folder ownership of domainA is with domainB and domainB is with domainX

chown -R username:psacln /home/httpd/vhosts/domain.tld/httpdocs/
chown username:psaserv /home/httpd/vhosts/domain.tld/httpdocs/

change username and domain.tld with the username / domain name you want to fix then run those 2 commands in shell ;)
 
hi.. thanks for your reply.. I know about this.. but the problem is that all the domains are messed up there are about 450 domains on the server :-( so I was looking for an automated tool if any.
 
Originally posted by bperfect
hi.. thanks for your reply.. I know about this.. but the problem is that all the domains are messed up there are about 450 domains on the server :-( so I was looking for an automated tool if any.

did u find a solution for this ?
facing similar problem right now ....
 
Back
Top