Chinaunix首页 | 论坛 | 博客
  • 博客访问: 12396650
  • 博文数量: 1293
  • 博客积分: 13501
  • 博客等级: 上将
  • 技术积分: 17974
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-08 18:11
文章分类

全部博文(1293)

文章存档

2019年(1)

2018年(1)

2016年(118)

2015年(257)

2014年(128)

2013年(222)

2012年(229)

2011年(337)

分类: PHP

2011-07-24 21:39:14

可以禁止selinux
打开终端,执行命令
CODE:
sudo vi /etc/selinux/config


CODE:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted


CODE:
SELINUX=enforcing

修改为
CODE:
SELINUX=disabled

重新启动机器即可
作者: Junyi 发布日期: 2011-2-16
顶沙发
作者: deepwhite 发布日期: 2011-2-16

QUOTE:
可以禁止selinux
打开终端,执行命令sudo vi /etc/selinux/config # This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security ...
pallana 发表于 2011-2-16 08:29


治了根了……

其实,弹出的提示消息里面一般都有如何解决的提示,LZ 可以仔细看看。
作者: pallana 发布日期: 2011-2-16

QUOTE:
治了根了……

其实,弹出的提示消息里面一般都有如何解决的提示,LZ 可以仔细看看。
deepwhite 发表于 2011-2-16 14:46


对的,看一下给出的提示就能够大致摸清问题的来源
阅读(4387) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~