/etc/logrotate.d/lighttpd - CentOS Linux 8

This is the default example configuration of lighttpd provided by Apache. This config file was generated by Apache running on CentOS 8.

It is located under: /etc/logrotate.d/lighttpd

    /var/log/lighttpd/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /usr/bin/killall -HUP lighttpd &>/dev/null || :
    endscript
}

    
  

Config Details

Location
/etc/logrotate.d/lighttpd
Operating system
CentOS Linux 8
Length
8 lines
MD5 checksum
bef469d1f1ebaf46db76376aa8641ec0

Usage

Download the raw file with wget or curl

Wget

wget -O lighttpd.example http://exampleconfig.com/static/raw/apache/centos8/etc/logrotate.d/lighttpd

cURL

curl http://exampleconfig.com/static/raw/apache/centos8/etc/logrotate.d/lighttpd > lighttpd.example