Another correction to older Apache configs
[shibboleth/cpp-sp.git] / configs / apache2.config.in
index 565a135..e735d20 100644 (file)
 LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_20.so
 
 #
-# Used for example logo and style sheet in error templates.
+# Ensures handler will be accessible.
+#
+<Location /Shibboleth.sso>
+  Satisfy Any
+  Allow from all
+</Location>
+
+#
+# Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
-  Alias /shibboleth-sp/logo.jpg @-PKGWEBDIR-@/logo.jpg
 </IfModule>
 
 #