Forum Moderators: bakedjake
I moved website's files to the new server.
Some directory require write permission.
The user name of apache in new server is different from the old server.
the apache user is in the same group name for both server.
My problem is, the web application need to be able to write file in specific folder.
However, it would not work with drwxrwxr-x
After investigation, it will work with
drwxrwxr-x+ (I noticed from another directory that writable)
OR
drwxrwxrwx
By the way 777 may not a good solution for security.
Therefore, I would like to make a plus(+) sign at the end (drwxrwxr-x+ ). But I don't have an idea of what is it, and how to make it happen.
If you guys could give me a pointer to this, it would be really appreciated.
Thanks