Skip to main content
Ctrl+K

wasi.ovh/yachay

  • About
  • Blog
  • Privacy
  • GitHub
  • Codeberg
  • Mastodon
  • Atom feed
  • About
  • Blog
  • Privacy
  • GitHub
  • Codeberg
  • Mastodon
  • Atom feed

Recent Posts

  • 09 February - Self-hosting: domain and DNS zone
  • 01 February - Self-hosting: server hardware
  • 31 January - Self-hosting: starting an adventure
  • 27 January - Let’s begin the privacy quest
  • 01 April - Hello world!

Archives

  • 2025 (4)
  • 2024 (1)
  • 2020 (2)
  • 2019 (1)
  • 2018 (1)
  • 2016 (2)
  • 2015 (1)
  • 2014 (3)
  • Posts tagged sshfs

Posts tagged sshfs

Apache2 reading from sshfs share

  • 13 January 2016
  • lpryszcz
  • Mizerów
  • English
  • Linux
  • sshfs

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.

Read more ...


© Copyright 2025, Leszek Pryszcz.