• 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

change permission files owned apache, f. ex. joomla

G

gonzalo

Guest
When i install a component o template in a Plesk Server with joomla the owner an group of component or templates installed are apache apache instead psacln an owner.

Please how can i fix it? or is there any script that changes gruops and owners automatically.

Thanks in advance
 
Same exact problem with the Gallery app. The files get written as apache:apache but then Gallery can't lock the files. I have a cron job that runs every 15 minutes and resets them back to owner : psacln
 
Originally posted by btking
might get more help on the joomla.org forums. a quick search showed this solution:

http://forum.joomla.org/index.php/topic,26201.0.html

otherwise, try using chown from the command line:

Code:
chown -R owner:psacln component_dir/
Ok, great solutions, thanks.
Can I add this command line in a button in client Plesk control pannel ?
A reset owner an group button.
 
Back
Top