Guest User

Untitled

a guest
Oct 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /var/log/httpd/*log {
  2. rotate 30
  3. compress
  4. copytruncate
  5. missingok
  6. notifempty
  7. sharedscripts
  8. # postrotate
  9. # /bin/kill -HUP `cat /var/log/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
  10. # endscript
  11. }
Add Comment
Please, Sign In to add comment