我正面临centos 7服务器中的下一个错误
我看一下类似的问题,因为SELinux不允许httpd写入我的/ home文件夹,我试过更改文件夹的所有者但没有成功;尝试使用相同的错误将上下文(chcon)更改为my / home的httpd_sys_rw_content_t
;尝试禁用SELinux并且错误仍然存在;并在文件httpd.conf
中将User
和Group
从apache
更改为test
这也不起作用。我的服务器是:
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.4.1708 (Core)
Release: 7.4.1708
Codename: Core
和
Linux localhost 3.10.0-693.17.1.el7.x86_64 #1 SMP Thu Jan 25 20:13:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
当我以[{1}}用户move_uploaded_file()
执行php -a
时,它正常工作,我发现问题出在用户test
答案 0 :(得分:0)
经过数小时的调试,该解决方案非常简单 只需运行:
setenforce 0
并重新启动httpd服务