Apelog

SELinux無効化

CentOSでSELinuxを無効化するメモ

# getenforce // 確認
Enforcing #有効

# setenforce 0 // 無効化

# getenforce // 確認
Permissive // 無効

// 起動時に無効化
# vi /etc/sysconfig/selinux
SELINUX=enforcing
↓
SELINUX=disabled

TrackBack http://blog.apecell.com/2008/03/30/id/36/trackback

Comment (1) Rss feed - Go form

  1. this is exactly what i needed but if you could do a bit on apache instead of mongrel, it will be more helpful

    anyways thanks a lot and nice post

    Comment by hey 2008-04-24 18:27:56 Permalink

Leave a comment