• 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

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