/var/log/wbmchttpd/access_log {
    missingok
    postrotate
        /usr/bin/killall -HUP wbmchttpd
    endscript
    rotate 5
    monthly
}

/var/log/wbmchttpd/agent_log {
    missingok
    postrotate
        /usr/bin/killall -HUP wbmchttpd
    endscript
    rotate 5
    monthly
}

/var/log/wbmchttpd/error_log {
    missingok
    postrotate
        /usr/bin/killall -HUP wbmchttpd
    endscript
    rotate 5
    monthly
}

/var/log/wbmchttpd/referer_log {
    missingok
    postrotate
        /usr/bin/killall -HUP wbmchttpd
    endscript
    rotate 5
    monthly
}
