]> granicus.if.org Git - apache/blob - build/rpm/httpd.logrotate
Further trivial updates mod_disk_cache -> mod_cache_disk.
[apache] / build / rpm / httpd.logrotate
1 /var/log/httpd/*log {
2     missingok
3     notifempty
4     sharedscripts
5     postrotate
6         /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
7     endscript
8 }