From 0ed1c2f8e804400a0b9e94e191f03ec135338727 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 4 Mar 2015 17:33:31 -0500 Subject: Enable Apache access log and core dump in tests Signed-off-by: Rob Crittenden Reviewed-by: Nathan Kinder --- tests/httpd.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/httpd.conf b/tests/httpd.conf index f0c4300..a326523 100644 --- a/tests/httpd.conf +++ b/tests/httpd.conf @@ -92,6 +92,11 @@ DocumentRoot "${HTTPROOT}/html" PidFile "${HTTPROOT}/logs/httpd.pid" + +LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined +CustomLog "logs/access_log" combined + + ErrorLog "logs/error_log" LogLevel debug @@ -106,3 +111,5 @@ LogLevel debug AddDefaultCharset UTF-8 IncludeOptional conf.d/*.conf + +CoreDumpDirectory /tmp -- cgit