Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GCS Fuse storage mount issue with apache web server as document root

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.

like image 856
Rupesh kumar Avatar asked Aug 07 '16 09:08

Rupesh kumar


1 Answers

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.

like image 141
Congbin Guo Avatar answered Oct 21 '22 07:10

Congbin Guo