• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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