[packages/apache] Log vhost in error log file.

arekm arekm at pld-linux.org
Mon Sep 28 08:29:12 CEST 2015


commit e13a60ac88fb41e8ad10a917d28d6382cc2db759
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Sep 28 08:29:04 2015 +0200

    Log vhost in error log file.

 apache-httpd.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/apache-httpd.conf b/apache-httpd.conf
index bbb4050..a66d651 100644
--- a/apache-httpd.conf
+++ b/apache-httpd.conf
@@ -47,6 +47,7 @@ ServerName localhost
 # logged here. If you *do* define an error logfile for a <VirtualHost>
 # container, that host's errors will be logged there and not here.
 ErrorLog logs/error_log
+ErrorLogFormat "%v [%t] [%l] [pid %P] [client %a] %M %m"
 
 # LogLevel: Control the number of messages logged to the error_log.
 # Possible values include: debug, info, notice, warn, error, crit,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/e13a60ac88fb41e8ad10a917d28d6382cc2db759



More information about the pld-cvs-commit mailing list