Your IP : 216.73.217.87


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