Get the default configuration file httpd24-httpd for Apache, optimized for Red Hat Enterprise Linux Server 7 (Maipo). This example configuration ensures optimal compatibility and performance for Apache, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/logrotate.d/httpd24-httpd.
For more configurations and setup guides, visit our related files section to further customize your system.
/var/log/httpd24/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/sbin/service httpd24-httpd reload > /dev/null 2>/dev/null || true
endscript
}
Download the raw file with wget or curl
wget -O httpd24-httpd.example https://exampleconfig.com/static/raw/apache/rhel7/etc/logrotate.d/httpd24-httpd
curl https://exampleconfig.com/static/raw/apache/rhel7/etc/logrotate.d/httpd24-httpd > httpd24-httpd.example
Other config files you might find useful