Shibboleth.sso not replying on SP in 2.3.1
Robert A Basch
rbasch at MIT.EDU
Fri Oct 5 14:45:59 EDT 2012
We had an SP with a similar issue a while back, and the solution was to add the
following to the Apache config:
<Location /Shibboleth.sso>
PassengerEnabled off
</Location>
Bob
On Oct 5, 2012, at 2:30 PM, Peter Schober wrote:
> * Ken Demarest <ken.demarest at gmail.com> [2012-10-05 18:24]:
>> it appears that mod_shib is not intercepting the url, and I'm passed
>> through to my (Rails Passenger) application, which of course
>> responds that it can't find the file.
>
> Then stop your mod_rails from also eating ^/Shibboleth.sso
>
> With some configurations in the past I had to set someting like
> <Location "/Shibboleth.sso">
> SetHandler shib-handler
> </Location>
> in order to reclaim the request uri from some other handler possibly
> set to <Location "/"> SetHandler foobar etc.
> -peter
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list