cve-2024-38477/httpd-2.4.59/build/rpm/httpd.logrotate
2025-06-05 15:09:30 +02:00

9 lines
151 B
Plaintext

/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
/sbin/service httpd graceful 2> /dev/null || true
endscript
}