ドキュメント

Apache or Nginx 403 errors with SELinux

If you are getting 403 forbidden errors from Nginx or Apache, you may want to check that the file permissions are set up correctly. You can use the following command to check permissions to verify that the right user can read the files and all directories on the path have the execute (x) permission.

$ namei -om <path>

If you are using a distribution with SELinux, such as CentOS 7, and you are still seeing errors even though all permissions are set up correctly, it could be because of an SELinux setting that stops http files to be served from FUSE or NFS mounts.

Solution

To enable serving http files from FUSE mounts (such as your ObjectiveFS filesystem), you can use:

$ setsebool httpd_use_fusefs 1

To enable serving http files from NFS mounts, you can use:

$ setsebool httpd_use_nfs 1

by ObjectiveFS staff, March 6, 2016
ObjectiveFS is a shared file system for OS X and Linux that automatically scales and gives you scalable cloud storage. If you have questions or article idea suggestions, please email us at here

取り扱いが容易で、しかも安全な S3 ファイルシステム

14日間無料でお試しください