daemon用户权限设置问题

时间:2021-10-08 15:19:01
想给apache运行时设置文件写权限,运行了下面几条命 
chown -R daemon:daemon /xx/xx/xx
find -type d -exec chmod 750 {} \; 
find -not -type d -exec chmod 640 {} \;
 

结果访问网站时报
Forbidden
You don't have permission to access / on this server.

运行
/usr/local/web/apache/bin/apachectl stop

-bash: /usr/local/web/apache/bin/apachectl: Permission denied

现在要怎么办啊? daemon用户权限设置问题

2 个解决方案

#1


apache用户是daemon么?
SELinux关了没? setenforce 0

#2


把权限设置成777试试

#1


apache用户是daemon么?
SELinux关了没? setenforce 0

#2


把权限设置成777试试