Shibboleth with apache2.2.25

Chithaluri, Kirankumar (GE Aviation, Non-GE) Kirankumar.Chithaluri at ge.com
Fri Mar 21 13:45:26 EDT 2014


Hi ,

I am trying to configure shibboleth 2.5.3 with apache 2.2.25. It would be a great help if any one can provide step by step guide or procedure. I am  very new to this.

Need help on configuring steps : Apache 2.2.25 with Shibboleth (version 2.5.3)

In httpd.conf

I used as shown below:

LoadModule mod_shib /opt/software/shibboleth/2.5.3/linux/lib/shibboleth/mod_shib_22.so

<IfModule alias_module>
    ScriptAlias /cgi-bin/ "#INSTANCE_HOME#/cgi-bin/"
    <Location /shibboleth-sp>
    Allow from all
    </Location>
    Alias /shibboleth-sp/main.css /opt/software/shibboleth/2.5.3/linux/doc/main.css
    Alias /shibboleth-sp/logo.jpg /opt/software/shibboleth/2.5.3/linux/doc/Logo.jpg
</IfModule>


<Location /Shibboleth.sso>
   SetHandler shib
   Satisfy Any
   Allow from all
</Location>
ShibConfig /opt/software/shibboleth/2.5.3/linux/etc/shibboleth/shibboleth2.xml

<Location />
  AuthType shibboleth
  ShibCompatWith24 On
  ShibRequestSetting requireSession 1
  require shib-session
</Location>


In the apache start up logs its displaying below error
Invalid command 'ShibConfig', perhaps misspelled or defined by a module not included in the server configuration

Any help?

Thanks & Regards
Kiran Kumar Ch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20140321/8c52f9ad/attachment.html 


More information about the users mailing list