JackYeh / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Requesting files on the s3fs mount from nginx returns permission denied #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Mount the s3 directory
2. Run nginx pointing to the s3sf mount as the root for /
3. Try to request a file in the mount

What is the expected output? What do you see instead?
- It should just return the file data as the http response, instead a 403
error is being returned and the nginx logs are giving a permission denied error

What version of the product are you using? On what operating system?
- nginx 0.77, Ubuntu Hardy Heron

Please provide any additional information below.
- Checked directory permissions, seems to be ok.  nginx will serve files
out of other directories without a problem

Original issue reported on code.google.com by jgai...@gmail.com on 30 Dec 2009 at 7:10

GoogleCodeExporter commented 8 years ago
use the fuse option "allow_other", e.g., -oallow_other

Original comment by rri...@gmail.com on 30 Dec 2009 at 7:28

GoogleCodeExporter commented 8 years ago
Old issue assumed to be fixed.

Original comment by dmoore4...@gmail.com on 19 Dec 2010 at 1:51