how to configure mod_shib behind Load Balancer

Rainer Hoerbe rainer at hoerbe.at
Fri Mar 11 14:44:11 EST 2016


>> The Apache httpd has this virtual host:
>> <VirtualHost *:8080>
>>    ServerName sp1.test.wpv.portalverbund.at
> 
> You have to virtualize the scheme and port in ServerName, not just the name.

Hmm. Virtualize schema port in ServerName like "ServerName sp1.test.wpv.portalverbund.at:8080“?
But what does it mean to virtualize the scheme?

So I tried to simplify and removed the vHost. The <location> was defined outside the vhost already. Shouldn’t any request match /Shibboleth.sso, like:
curl http://10.1.1.5:8080/Shibboleth.sso/Status   # -> 404

> The SP isn't saying that, something else is, but the basic problem is that the system is not seeing a request for that URL as a request to the SP handler location. That's due to an incorrectly virtualized system, possibly due to the ServerName mistake above.

Would someone on the list have a working example config file for and SP with a reverse proxy?

Thanks, Rainer


More information about the users mailing list