Warm tip: This article is reproduced from stackoverflow.com, please click
.htaccess apache php permissions

suppress apache 500 error for "writable by others"

发布于 2020-04-09 23:01:02

I know it sounds crazy, but I do have a reason for doing this. I would like someone else on the same file system to be able to make changes to files, and unfortunately I can not change the group we are involved in. Is there a way to suppress this error message? I have a feeling it can achieved using some directive in a .htaccess file, but that is simply a whim and I could be completely wrong.

Questioner
nook
Viewed
80
theredled 2012-10-30 06:28

Of course it's not a solution for all cases, but your error is probably caused by suExec or suPHP... Maybe you could disable it or use something else ?