Add SQL primary key and indexes
[cascardo/ipsilon.git] / tests / httpd.conf
index 6b2a4cb..94551c3 100644 (file)
@@ -1,4 +1,5 @@
 ServerRoot "${HTTPROOT}"
+ServerName idp.ipsilon.dev
 Listen ${HTTPADDR}:${HTTPPORT}
 
 LoadModule access_compat_module modules/mod_access_compat.so
@@ -62,8 +63,10 @@ LoadModule vhost_alias_module modules/mod_vhost_alias.so
 
 LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
 LoadModule wsgi_module modules/mod_wsgi.so
+LoadModule auth_gssapi_module modules/mod_auth_gssapi.so
 LoadModule auth_mellon_module modules/mod_auth_mellon.so
 
+
 <Directory />
     AllowOverride none
     Require all denied
@@ -91,6 +94,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
 
@@ -105,3 +113,5 @@ LogLevel debug
 AddDefaultCharset UTF-8
 
 IncludeOptional conf.d/*.conf
+
+CoreDumpDirectory /tmp