Files
DirectAdmin-1.62.4/update/data/templates/apache.logrotate
tuend-work 4478491d73 z
2025-11-13 07:41:56 +07:00

9 lines
295 B
Plaintext

/var/log/httpd/access_log /var/log/httpd/agent_log /var/log/httpd/error_log /var/log/httpd/referer_log /var/log/httpd/suexec_log /var/log/suphp.log {
missingok
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}