Merge up some more Apache 2.2 changes.
[shibboleth/sp.git] / configs / apache2.config.in
index 964557c..4a85514 100644 (file)
@@ -21,6 +21,9 @@ ShibConfig @-PKGSYSCONFDIR-@/shibboleth.xml
 # Used for example logo and style sheet in error templates.
 #
 <IfModule mod_alias.c>
+  <Location /shibboleth-sp>
+    Allow from all
+  </Location>
   Alias /shibboleth-sp/main.css @-PREFIX-@/doc/shibboleth/main.css
   Alias /shibboleth-sp/logo.jpg @-PREFIX-@/doc/shibboleth/logo.jpg
 </IfModule>