summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-03-04 17:33:31 -0500
committerRob Crittenden <rcritten@redhat.com>2015-03-16 13:47:17 -0400
commit0ed1c2f8e804400a0b9e94e191f03ec135338727 (patch)
tree79a04a5c41950bf499c93aaf1e591888c7f13ad8
parent22e983978fcbd84896468017dd5bdacf8a18cf3c (diff)
downloadipsilon-0ed1c2f8e804400a0b9e94e191f03ec135338727.tar.gz
ipsilon-0ed1c2f8e804400a0b9e94e191f03ec135338727.tar.xz
ipsilon-0ed1c2f8e804400a0b9e94e191f03ec135338727.zip
Enable Apache access log and core dump in tests
Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-by: Nathan Kinder <nkinder@redhat.com>
-rw-r--r--tests/httpd.conf7
1 files changed, 7 insertions, 0 deletions
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"
+<IfModule log_config_module>
+LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
+CustomLog "logs/access_log" combined
+</IfModule>
+
ErrorLog "logs/error_log"
LogLevel debug
@@ -106,3 +111,5 @@ LogLevel debug
AddDefaultCharset UTF-8
IncludeOptional conf.d/*.conf
+
+CoreDumpDirectory /tmp