From ca5bcbb2566db7fb4001685be1fe1297348115e8 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Oct 23 2016 13:21:07 +0000 Subject: Disable mod_auth_openidc with too old Apache versions Apache 2.2 is used for EL6, which does not have mod_auth_openidc. So let's disable that, so that the other tests will pass. Signed-off-by: Patrick Uiterwijk Reviewed-by: Howard Johnson --- diff --git a/tests/httpd.conf b/tests/httpd.conf index 75d6c65..cb766c3 100644 --- a/tests/httpd.conf +++ b/tests/httpd.conf @@ -20,8 +20,10 @@ LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule version_module modules/mod_version.so LoadModule wsgi_module modules/mod_wsgi.so -# openidc needs to be before mellon: https://bugzilla.redhat.com/show_bug.cgi?id=1332729 -LoadModule auth_openidc_module modules/mod_auth_openidc.so += 2.4> + # openidc needs to be before mellon: https://bugzilla.redhat.com/show_bug.cgi?id=1332729 + LoadModule auth_openidc_module modules/mod_auth_openidc.so + Listen ${HTTPADDR}:${HTTPPORT} https SSLCertificateFile "${CERTROOT}/${NAME}.pem"