Re: apache selinux issue

2008-12-16 Thread Peter
Hello, After some changes, Now I got the error of denified "execstack". What does it mean and how to resolve this problem? type=AVC msg=audit(1229467576.959:43057): avc: denied { execstack } for pid=13652 comm="myprogram.cgi" scontext=root:system_r:httpd_sys_script_t:s0 tcontext=root:system_

apache selinux issue

2008-12-16 Thread Peter
Hello, My cgi script cannot run when selinux is enabled, it works fine when selinux is disabled. I have tried the following command in cgi directory find . -name *.* -exec chcon -t httpd_sys_script_exec_t {} \; My cgi script will still generate the following error: type=AVC msg=audit(1229327