Reputation: 390
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.
Upvotes: 7
Views: 1183
Reputation: 1713
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.
Upvotes: 8