Posts tagged sshfs
Apache2 reading from sshfs share
- 13 January 2016
Today, I have encountered problems trying to read data from sshfs share in apache2. I was getting 403 Forbidden error. It turned out you need to enable other_user in sshfs, so other users than the one mounting the share can access the data, as apache2 is using www-data user.
Inspired by serverfault and unix.stackexchange.