From: Elan Ruusamäe Date: Sat, 17 Oct 2015 14:46:37 +0000 (+0300) Subject: use ErrorLogFromat default similar to prefork mpm X-Git-Tag: auto/th/apache-2.4.17-2~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=4e5e777ffca2c6a8787f314cf9911ed46ac999ec;hp=d929f0607876509ea75e45ecffe6b7576fb53f2c;p=packages%2Fapache.git use ErrorLogFromat default similar to prefork mpm --- diff --git a/apache-httpd.conf b/apache-httpd.conf index df601c7..1df5164 100644 --- a/apache-httpd.conf +++ b/apache-httpd.conf @@ -53,7 +53,7 @@ ErrorLog logs/error_log # https://httpd.apache.org/docs/2.4/mod/core.html#errorlogformat # There is no default value, Apache uses different built in function if # ErrorLogFormat is not defined. -#ErrorLogFormat "[%t] [%l] [pid\ %P] [client\ %a] [vhost\ %v] %M %m" +#ErrorLogFormat "[%{u}t] [%m:%l] [pid\ %P] [client\ %a] [vhost\ %v] %M" # LogLevel: Control the number of messages logged to the error_log. # Possible values include: debug, info, notice, warn, error, crit,