| Current Path : /hdd/hdd21/main/etc/logrotate.d/ |
| Current File : /hdd/hdd21/main/etc/logrotate.d/httpd |
/var/log/httpd/*_log {
rotate 10
notifempty
missingok
size=5M
compress
delaycompress
sharedscripts
postrotate
/etc/rc.d/rc.httpd restart
endscript
}