CentOS搭建apache,总是报错:(13)Permission denied: file permissions deny server access

Posted zcan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS搭建apache,总是报错:(13)Permission denied: file permissions deny server access相关的知识,希望对你有一定的参考价值。

查错误日志, 发现apache启动时有提示:[notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0

原来是SELinux的安全策略导致的。

临时方案:setenforce 0

永久方案:修改/etc/sysconfig/selinux:SELINUX=disabled 重启生效!

 

以上是关于CentOS搭建apache,总是报错:(13)Permission denied: file permissions deny server access的主要内容,如果未能解决你的问题,请参考以下文章

centos8下maven私服搭建(nexus-3.13)

CentOS 6.7 x64 Apache/PHP/Mariadb环境搭建

CentOS系统中基于Apache+php+mysql的许愿墙网站的搭建

CentOS 下搭建Tomcat

centos7搭建Fabric基础环境

centos下安装subversion,使用apache做连接,库放在/var或者/usr下都能正常远程访问使用,但在/home下报错