On 16-03-09 08:44 PM, Eric Covener wrote:
If you want to serve out of your home directory, it needs to be
executable by "other".
Thank you, Eric and Kurtis, both. That was the problem.
I did the following:
sudo chmod 755 /home/username
If I may, a follow-up question: does this create a potential security vulnerability on my machine that I should find measures of protecting?