Do I configure multiple Location containers if all vhosts share the same location
csross
cross at hccs.com
Tue Jun 5 16:59:19 BST 2012
Hi,
The DocumentRoot for my web server application is the same for each vhost on
the server. It is also the shib protected Location, but not all sites are
shib protected. I use a single wild-card vhost entry for non-shib clients
and a separate vhost with "UseCanonicalName on" for each shib clients.
Because every vhost shares the same Location, I only have one Location
container in the apache22.config and I do not specify an ApplicationID
there.
<Location />
AuthType shibboleth
ShibRequestSetting requireSession 1
require valid-user
</Location>
My shibboleth2.xml has a generic ApplicationDefault entityID
(sp.example.org) and I use ApplicationOverride to specify the entityID,
applicationID, MetadataProvider, Sessions and SSO entityID for each vhost
that is protected.
1) If I do not specify any applicationID in the apache22.config, does that
automatically assign 'default' and then reassign the applicationID set in
the ApplicationOverride for that entityID? Reassign is just the word I
chose to describe what I am thinking. If this won't assign the correct id
this way, I'm thinking I need to create a separate Include file for each
vhost.
2) I want each entityID to use the items that are defined in
ApplicationOverride, and any defaults not defined there. Will this
accomplish this please?
3) Can I redefine anything in the ApplicationOverride that is allowed the
default section?
Thank you very much.
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Do-I-configure-multiple-Location-containers-if-all-vhosts-share-the-same-location-tp7579904.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.
More information about the users
mailing list