Hello good people.
I am faced with a problem I think one of you might have come across. I am hosting a website on a cloud web server that's running a Posix OS.Now I had uploaded a website that was working ok until I started getting issues with some photos upload directory so I tried manipulating the directories.
When uploading the site directory via FTP, the files were owned by e.g. mugo:mugo
now I removed a directory and re-created it via web browser, it is now owned by httpd:httpd
Problem is that I cannot upload anything to it, write to it or delete it. Unfortunately, it has a name that I need use in the dir' structure.
How do you deal with files created and owned by HTTPD?
The hosting is a service so I don't have command line access and/or rights with which I can change the directory ownership and permissions. Have tried checking around but not getting anywhere
BR,
Mugo