Apache403error,(13)Permissiondenied:accessto/denied
來源:懂視網
責編:小采
時間:2020-11-09 15:29:36
Apache403error,(13)Permissiondenied:accessto/denied
Apache403error,(13)Permissiondenied:accessto/denied:CentOS系統 檢查了一圈httpd.conf和目錄權限,均沒有發現問題。 最后,看了這篇文章,發現是因為系統啟動了SELINUX導致的。 http://stackoverflow.com/questions/8816836/apache-403-error-13permission-denied-access
導讀Apache403error,(13)Permissiondenied:accessto/denied:CentOS系統 檢查了一圈httpd.conf和目錄權限,均沒有發現問題。 最后,看了這篇文章,發現是因為系統啟動了SELINUX導致的。 http://stackoverflow.com/questions/8816836/apache-403-error-13permission-denied-access

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
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
Apache403error,(13)Permissiondenied:accessto/denied
Apache403error,(13)Permissiondenied:accessto/denied:CentOS系統 檢查了一圈httpd.conf和目錄權限,均沒有發現問題。 最后,看了這篇文章,發現是因為系統啟動了SELINUX導致的。 http://stackoverflow.com/questions/8816836/apache-403-error-13permission-denied-access