diff --git a/shibauth/etc-httpd/conf.d/shib.conf b/shibauth/etc-httpd/conf.d/shib.conf
index 58a46d86d5c0dda6b69fa18cce2039f4b11eb3f6..2c7d35d23eccd1aa23f81b8bffa4542dfd28d4fc 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