Change the ownership of /data/project/upload7 to apache:apache with 0775 permissions.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T85568 Uploadstash errors (tracking) | |||
| Resolved | • Gilles | T75229 Beta Cluster: "error while storing the file in the stash.' | |||
| Resolved | yuvipanda | T75206 File upload area resorts to 0777 permissions to for uploaded content | |||
| Resolved | bd808 | T78473 Change ownership and permissions of /data/project/upload7 |
Event Timeline
Comment Actions
Ran these commands from deployment-mediawiki02 to change shared image directory file permissions:
sudo chown -R apache:apache /data/project/upload7 sudo chmod -R u=rwX,g=rwX,o=rX /data/project/upload7 sudo chmod -R g+s /data/project/upload7