SELinux prevented httpd $ACCESS access to http files. Ordinarily httpd is allowed full access to all files labeled with http file context.This machine has a tightened security policy with the $BOOLEAN turned off,this requires explicit labeling of all files.If a file is a cgi script it needs to be labeled with httpd_TYPE_script_exec_t in order to be executed.If it is read only content, it needs to be labeled httpd_TYPE_content_t. If it is writable content, it needs to be labeled httpd_TYPE_script_rw_t or httpd_TYPE_script_ra_t. You can use the chcon command to change these context.Please refer to the man page "man httpd_selinux" or <a href="http://fedora.redhat.com/docs/selinux-apache-fc3">FAQ</a> "TYPE" refers to one of "sys", "user" or "staff" or potentially other script types.
SELinux va impedir a httpd l'accés $ACCESS als fitxers http. Normalment es permet a httpd l'accés complet a tots els fitxers etiquetats amb el context de fitxer http. Aquesta màquina té una política de seguretat reforçada amb $BOOLEAN engegat.Això requereix l'etiquetatge explícit de tots els fitxers.Si es tracta d'un fitxer d'un script cgi, aquest cal que estigui etiquetat amb httpd_TYPE_script_exec_t per a poder executar-se.Si es llegeix només el contingut, necessita etiquetar-se amb httpd_TYPE_content_t,si el contingut és d'escriptura. necessita etiquetar-se amb httpd_TYPE_script_rw_t o httpd_TYPE_script_ra_t. Podeu utilitzar l'ordre chcon per canviar aquests contexts.Si us plau, consulteu la pàgina man "man httpd_selinux" o les <a href="http://fedora.redhat.com/docs/selinux-apache-fc3">PMF</a> "TYPE" fa referència a "sys", "user" o "staff", o sobretot als altres tipus de scripts.
SELinux prevented httpd $ACCESS access to http files.
Ordinarily httpd is allowed full access to all files labeled with http file
context. This machine has a tightened security policy with the $BOOLEAN
turned off, this requires explicit labeling of all files. If a file is
a cgi script it needs to be labeled with httpd_TYPE_script_exec_t in order
to be executed. If it is read only content, it needs to be labeled
httpd_TYPE_content_t. If it is writable content, it needs to be labeled
httpd_TYPE_script_rw_t or httpd_TYPE_script_ra_t. You can use the
chcon command to change these context. Please refer to the man page
"man httpd_selinux" or
<a href="http://fedora.redhat.com/docs/selinux-apache-fc3">FAQ</a>
"TYPE" refers to one of "sys", "user" or "staff" or potentially other
script types.
Normalment es permet a httpd l'accés complet a tots els fitxers etiquetats
amb el context de fitxer http. Aquesta màquina té una política de seguretat
reforçada amb $BOOLEAN engegat. Això requereix l'etiquetatge explícit de
tots els fitxers. Si es tracta d'un fitxer d'un script cgi, aquest cal que estigui
etiquetat amb httpd_TYPE_script_exec_t per a poder executar-se. Si es
llegeix només el contingut, necessita etiquetar-se amb
httpd_TYPE_content_t, si el contingut és d'escriptura. necessita
etiquetar-se amb httpd_TYPE_script_rw_t o httpd_TYPE_script_ra_t.
Podeu utilitzar l'ordre chcon per canviar aquests contexts. Si us plau,
consulteu la pàgina man "man httpd_selinux" o les <a href="http://fedora.redhat.com/docs/selinux-apache-fc3">PMF</a> "TYPE" fa referència
a "sys", "user" o "staff", o sobretot als altres tipus de scripts.