无法更改默认日志 apache 目录

无法更改默认日志 apache 目录

我想更改 apache 服务器的默认目录:

# mkdir new_log
# chmod 755 -R new_log/
# chown -R apache:root new_log/
# semanage fcontext -a -t httpd_log_t "/new_log(/.*)?"
# restorecon -v -R -F  /new_log

但由于拒绝授予此目录的写入权限,因此服务 httpd 无法工作。

# ls -Z
drwxr-xr-x. apache root   system_u:object_r:httpd_log_t:s0 new_log

相关内容