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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user