httpd.logrotate
来自「Apache HTTP Server 是一个功能强大的灵活的与HTTP/1.1相」· 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 + -
显示快捷键?