This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:linux:selinux [2011/12/17 13:34] gcooper created |
computing:linux:selinux [2014/11/22 17:29] (current) gcooper |
||
---|---|---|---|
Line 28: | Line 28: | ||
system_u: | system_u: | ||
</ | </ | ||
+ | |||
+ | ===== Disable selinux ===== | ||
+ | |||
+ | Edit the config file and set to '' | ||
+ | |||
+ | < | ||
+ | sed -i ' | ||
+ | |||
+ | setenforce 0 | ||
+ | </ | ||
+ | |||
+ | ===== NFS ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | For a NFS mounted web folder (i.e. a folder writable by the Apache web server in / | ||
+ | |||
+ | < | ||
+ | vim /etc/fstab | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | # Mount the NFS data store | ||
+ | ip.of.nfs.srv:/ | ||
+ | </ | ||
+ |