IdP-initiated logout for current user
[cascardo/ipsilon.git] / tests / httpd.conf
index f0c4300..a326523 100644 (file)
@@ -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