We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File lighttpd.logrotate of Package lighttpd

/var/log/lighttpd/access.log {
    su lighttpd lighttpd
    compress
    dateext
    maxage 365
    rotate 99
    size=+4096k
    notifempty
    missingok
    create 600 lighttpd lighttpd
    postrotate
     /etc/init.d/lighttpd reload
    endscript
}

/var/log/lighttpd/error.log {
    su lighttpd lighttpd
    compress
    dateext
    maxage 365
    rotate 99
    size=+1024k
    notifempty
    missingok
    create 600 lighttpd lighttpd
    postrotate
     /etc/init.d/lighttpd reload
    endscript
}
openSUSE Build Service is sponsored by