GCS repository build error using apache web server as root document

I am trying to connect google cloud storage using fuse as the root of apache doucment for my web server. the vault storage cloud was mounted successfully in my apache root document, but when I access any file like index.html it shows 403 Forbidden. I also tried with the ability to mount uid n gid apache, but still ran into the same problem.

+5
source share
1 answer

I had exactly the same problem. I managed to solve this problem by adding the -o allow_other option. Hope this is also helpful for you. Good luck.

+4
source

All Articles