7

I'm Trying to mount google cloud storage using fuse tool as apache doucment root for my web server. cloud storage bucket successfully mounted in my apache document root but when i access any file like index.html it showing 403 Forbidden. I also tried with mount option of uid n gid of apache but still facing same problem.

George
  • 1,110
  • 8
  • 17
Rupesh kumar
  • 390
  • 2
  • 9

1 Answers1

8

I had the exactly same issue. I happened resolve it by adding option -o allow_other. Hope it is also helpful for you. Good luck.

Congbin Guo
  • 1,685
  • 2
  • 16
  • 16