upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / 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 }