I know there are some questions about this topic, but none seems to solve my issue. See this or this or this.
I\'m on Linux, Fedora21, and I\'m trying to enable per user
Let only the file owner have write permissions on the cgi script, but not the group, that is -rwxr-xr-x
and not -rwxrwxr-x
.
In user directories often the group will be a personal user group that only the user is member of anyway, but it seems like Apache gets nervous about seing the g+w bit but gives a somewhat bogus error message about this.