r/apache: log errors to syslog by default
Logging to syslog will allow messages to be aggregated in the central server (Loki now, Victoria Logs eventually), so I don't have to SSH into the web server to check for errors.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
apache_mpm: event
|
||||
apache_keep_num_logs: 4
|
||||
apache_max_log_size: 256M
|
||||
apache_error_log: syslog:daemon
|
||||
apache_ssl_protocol:
|
||||
- all
|
||||
- '-SSLv2'
|
||||
|
||||
Reference in New Issue
Block a user