By jplafata
I’ve been stuck on this for quite some time despite following plenty of guides and trying multiple combinations of file ownership/permissions to no avail. So I’m reaching out here in hopes someone might be able to help me.
I have a single droplet running CentOS serving up two websites. Following the DO guide, I created two directories (one for each website) and configured virtual hosts and set up WordPress on each site. My issue is when I attempt to update WordPress or some themes and plugins, I get errors that lead me to believe something with folder permissions is off. These errors are:
I followed WordPress documentation and set 644 for files and 755 for directories. I’m beginning to wonder if one of the parent folders permissions is off? Below is permission info. Any information or suggestions would be greatly appreciated!
| Directory/Files | Owner/Group | Permissions |
|---|---|---|
| var | root/root | drwxr-xr-x. |
| www | apache/apache | drwxr-xr-x. |
| website1.com | apache/apache | drwxr-xr-x. |
| public_html | apache/apache | drwxr-xr-x. |
| all files in public_html | apache/apache | -rw-r–r–. |
| all directories in public_html | apache/apache | drwxr-xr-x. |
| There is an identical website2.com directory with subdirectories. |
Do these permissions look ok? Is there some other php config I need to set up?
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!
Hi @jplafata,
It’s possible your ownership is not correct and it’s not apache but something else. Can you try checking it out and seeing if that’s correct?
If you are unsure on where to check it. The Apache group and user should be displayed in the file /etc/httpd/envvars. In there you should see something like
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
Regards, KFSys
Hi @jplafata,
Could you give us more details?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.