Can a S3 mount be used as the document root for Apache?
- by Hesse
Has anyone been successful in having their DocumentRoot reside on an S3 mount (using s3fs)?
I currently have a mounted bucket at /mnt/s3. I can read and write files to it no problem.
In my httpd.conf I have DocumentRoot "/mnt/s3".
When I restart Apache I get the error "DocumentRoot must be a directory".
Has anyone tried something similar. My goal is to have a shared storage space so my nodes can scale easily and access the same document root.
Thanks