将www文件夹设置为可写属性
chown -R apache:apache www文件夹
chmod 644 www文件夹
chcon -R -t httpd_sys_rw_content_t www文件夹

将www文件夹设置为普通web目录属性
chcon -R -t httpd_sys_content_t www文件夹

标签: none

评论已关闭