Linux - Redhat SELinux & Apache

SELinux Target Policy allows httpd_sys_content_t for httpd

# To display SELinux file attribute
shell> ls -laZ
# To change SELinux file attribute for httpd
shell> chcon -t httpd_sys_content_t [dirname/filename]

Comments