Selinux is Security Enhanced Linux. I see that many administrators disable
Selinux to ease administration, however it is a good idea to enable SELINUX.
View Selinux Status:
getenforce
Disable SELinux :
setenforce 0
Disable SeLinux Per Process:
Apache:
semange permissive -a httpd_t
View Associated Ports SELinux
semanage port -l
Some