This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:selinux [2014/11/01 16:53] gcooper |
computing:linux:selinux [2014/11/22 17:29] (current) gcooper |
||
---|---|---|---|
Line 29: | Line 29: | ||
</ | </ | ||
- | ==== Disable selinux ==== | + | ===== Disable selinux ===== |
+ | |||
+ | Edit the config file and set to '' | ||
< | < | ||
Line 36: | Line 38: | ||
setenforce 0 | 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:/ | ||
+ | </ | ||
+ |