Skip to content

Commit 778cbc4

Browse files
authored
Merge pull request #396 from franbuehler/fix-apache-errorlogformat
Fix: add missing ErrorLogFormat
2 parents c24f99e + 1c90802 commit 778cbc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apache/conf/extra/httpd-modsecurity.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ SecServerSignature ${MODSEC_SERVER_SIGNATURE}
1414
# The "common" and "combined" formats are predefined
1515
LogFormat ${APACHE_LOGFORMAT} modsec
1616
LogFormat ${APACHE_METRICS_LOGFORMAT} metricslog
17+
ErrorLogFormat ${APACHE_ERRORLOG_FORMAT}
1718

1819
CustomLog ${METRICSLOG} metricslog "env=!nologging"
1920

0 commit comments

Comments
 (0)