当前位置:Gxlcms > mysql > Apache403error,(13)Permissiondenied:accessto/denied

Apache403error,(13)Permissiondenied:accessto/denied

时间:2021-07-01 10:21:17 帮助过:31人阅读

CentOS系统 检查了一圈httpd.conf和目录权限,均没有发现问题。 最后,看了这篇文章,发现是因为系统启动了SELINUX导致的。 http://stackoverflow.com/questions/8816836/apache-403-error-13permission-denied-access-to-denied-fedora-16 关闭SELINUX sete


CentOS系统

检查了一圈httpd.conf和目录权限,均没有发现问题。

最后,看了这篇文章,发现是因为系统启动了SELINUX导致的。

http://stackoverflow.com/questions/8816836/apache-403-error-13permission-denied-access-to-denied-fedora-16


关闭SELINUX

setenforce 0


vim /etc/selinux/config

修改

SELINUX=enforcing

改成

SELINUX=disabled

人气教程排行