httpd.logrotate

来自「linux网络服务器工具」· LOGROTATE 代码 · 共 9 行

LOGROTATE
9
字号
/var/log/httpd/*log {    missingok    notifempty    sharedscripts    postrotate	/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true    endscript}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?