Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/etc/logrotate.d/
Upload File :
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
}