[root@13gems ~]# cd /etc/
[root@13gems etc]# mv selinux/ selinux.BAK
[root@13gems etc]# mkdir selinux
[root@13gems etc]# echo 0>/selinux/enforce
[root@13gems etc]# tail /var/log/httpd/error_log
[Fri Nov 06 12:56:20 2009] [error] [client 67.96.172.81] Premature end of script headers: index.py
[root@13gems etc]#
Ideas?
TIA,
V
On Fri, Nov 6, 2009 at 4:15 PM,
<m.roth@5-cent.us> wrote:
> Victor Subervi wrote:
>> I tried all of that including
>> echo 0 >/selinux/enforce
>> and no luck. Ideas?
> Go edit /etc/selinux/config and set it to 'DISABLED' then restart.
>
> Not sure if that's any different, but that's how I turn it off. My
> /selinux folder is empty, and by doing the above, selinux IS turned off.
>
Or setenforce - see the man page
mark