/var/log/httpry.log {
    copytruncate
    daily
    rotate 52
    create 640 root adm
    compress
    delaycompress
    missingok
    notifempty
    postrotate
        [ ! -f /var/run/httpry.pid ] || kill -HUP `cat /var/run/httpry.pid`
    endscript
}
