Turns out the issue is that Apache needs executable access on all parent folders at the "everyone" level.
So anyway, the following command did the trick by setting the x bit at all levels on the home directories.
# chmod 711 /home/*
The downside of course is that someone can run applications in any other user's home folder if they know the name of the program and where it is stored.
This forum exchange tipped me off to the solution.
No comments:
Post a Comment