r/apache: Reduce amount of logs stored

There's really no reason to keep 4 256 MiB log files, especially access
logs.  In any case, most of the web servers only have 1 GiB log volume,
so this configuration tends to fill them up.
This commit is contained in:
2025-11-09 13:23:02 -06:00
parent 28ecc2974c
commit 4b91e088ea

View File

@@ -1,6 +1,6 @@
apache_mpm: event
apache_keep_num_logs: 4
apache_max_log_size: 256M
apache_keep_num_logs: 2
apache_max_log_size: 64M
apache_error_log: syslog:daemon
apache_ssl_protocol:
- all