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:
2025-08-04 09:47:39 -05:00
parent 84a8a0d4af
commit c35c7b8520
4 changed files with 22 additions and 2 deletions

View File

@@ -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'