From 46e407024f768335a05fafbf61a5738acfd02198 Mon Sep 17 00:00:00 2001 From: Lubomir Bucek <lubomir.bucek@eox.at> Date: Tue, 29 Sep 2020 16:43:24 +0200 Subject: [PATCH] save temp --- shibauth/etc-httpd/conf.d/shib.conf | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/shibauth/etc-httpd/conf.d/shib.conf b/shibauth/etc-httpd/conf.d/shib.conf index 58a46d86..2c7d35d2 100644 --- a/shibauth/etc-httpd/conf.d/shib.conf +++ b/shibauth/etc-httpd/conf.d/shib.conf @@ -1,19 +1,6 @@ -ServerName shib-testing - -<VirtualHost *:80> - ServerName http://shib.pdas.prism.eox.at - UseCanonicalName On - - DocumentRoot "/var/www/html" - <Location /Shibboleth.sso> - Satisfy Any - Allow from all - </Location> - - <Location /> - AuthType shibboleth - ShibRequestSetting requireSession 1 - require shib-session - </Location> - -</VirtualHost> \ No newline at end of file +ServerName shib.pdas.prism.eox.at +LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so +<Location /Shibboleth.sso> + SetHandler shib +</Location> +DocumentRoot "/var/www/html" \ No newline at end of file -- GitLab