Project

General

Profile

ShibbolethSP2InstallDebianLenny » shib2.conf

/etc/apache2/mods-available/shib2.conf - Lutz Suhrbier, 10/07/2010 07:48 PM

 
1
# Global Configuration
2
# This is the XML file that contains all the global, non-apache-specific
3
# configuration.  Look at this file for most of your configuration parameters.
4
ShibConfig /etc/shibboleth/shibboleth2.xml
5

    
6
# Used for example logo and style sheet in error templates.
7
<IfModule mod_alias.c>
8
  <Location /shibboleth-sp>
9
    Allow from all
10
  </Location>
11
  Alias /shibboleth-sp/main.css /etc/shibboleth/main.css
12
  Alias /shibboleth-sp/EDIT-Logo.png /etc/shibboleth/EDIT-Logo.png
13
</IfModule>
(16-16/18)