• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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