Report this

What is the reason for this report?

After upgrade to 7.4 my permissions seem to be wrong.

Posted on October 6, 2020

I am using Ubuntu 16.4 and recently upgraded to php7.4 Things seemed to be ok until I needed to write something to disk for example delete cache or update a configuration file. I am using joomla and can see all the folders are unwriteable. I have a separate user:group for each website when I created each of them.

my structure is var/www/sitename.com/html/rootofsite.

This post [https://forum.joomla.org/viewtopic.php?t=808686] is helpful to a degree but I wanted something more for my droplet.

So something when I upgraded php changed owners somehow. The files and permissions did not change. I suspect the name that apache is running under is changed.

Is there a security implication to setting recursively the www folder to www-data:www-data I think this may allow the apache to access the folders.

Thank You.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

Yes indeed setting Apache as the owner of the folders should fix the permissions error.

I could also suggest going through this tutorial here on how to troubleshoot common Apache errors:

https://www.digitalocean.com/community/tutorials/how-to-troubleshoot-common-apache-errors

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.