I have my Apache server running in the /srv/http/ directory. I changed the group of it to httpadmin and then added my user to that group. Then, I changed the permissions of that directory to rwxrwxr-x, which means everyone in the group httpadmin should be able to write in that directory, right?
Yet, I can't create files in it. What am I missing?
