服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Centos - Centos5.2配置LAMP与Centos5.3配置LAMP(42)

Centos5.2配置LAMP与Centos5.3配置LAMP(42)

2019-10-11 14:12Centos教程网 Centos

然后 # cd /etc/selinux/targeted/modules/ # audit2allow -M local -d 屏幕产生如下提示: Generating type enforcment file: local.te Compiling policy checkmodule -M -m -o local.mod local.te semo


然后 
# cd /etc/selinux/targeted/modules/ 
# audit2allow -M local -d 
屏幕产生如下提示: 
Generating type enforcment file: local.te 
Compiling policy 
checkmodule -M -m -o local.mod local.te 
semodule_package -o local.pp -m local.mod 
******************** IMPORTANT *********************** 
In order to load this newly created policy package into the kernel, 
you are required to execute 
semodule -i local.pp 
我们运行 
# semodule -i local.pp 
这样就让Selinux加载了新的规则。 
更详细的内容请看我在BLOG上的转贴: 
http://www.cnprint.org/bbs/blogs/1/blog48.html 
重启apache 
哈哈,apache不会再报错了吧? 
这样我保留了selinux的功能,同时apache也能正常运行。 
PHP5.1.x开始需要设置时区,默认时区与中国时区差8个小时,这种情况需要在php.ini中这么设置,找到date.timezone,去掉前面的分号,修改为以下值,大陆地区可用的值是:Asia/Chongqing ,Asia/Shanghai ,Asia/Urumqi (依次为重庆,上海,乌鲁木齐) 

延伸 · 阅读

精彩推荐