Multiple websites on one box

Yannick Béot yannick.beot at gmail.com
Fri Jul 20 12:40:11 EDT 2012


Exactly
For apache, I understand it is recommended to use directives directly in
Apache configuration.



On Fri, Jul 20, 2012 at 6:03 PM, Kevin P. Foote <kpfoote at iup.edu> wrote:

>
> Your shib commands will / should be located within your defined apache
> vhost then..
>
> IE: something like this within your vhost container.
>
>         <Location />
>             ShibRequestSetting requireSession 1
>             AuthType shibboleth
>             Require valid-user
>         </Location>
>
>
> ------
> thanks
>   kevin.foote
>
> On Fri, 20 Jul 2012, Jose Reyes wrote:
>
> -> Hi,
> -> It's actually an apache box would the same still apply?
> -> Thanks!
> ->
> -> On Jul 20, 2012, at 2:51 AM, Yannick Béot <yannick.beot at gmail.com>
> wrote:
> ->
> -> > Hi,
> -> >
> -> > The configuration might depend on your Web server.
> -> > I assume you are using IIS.
> -> >
> -> > In that case, you can configure RequestMapper to filter on you Web
> site like described on
> https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPIISConfig
> -> >
> -> > The following page can give you an example:
> -> >
> https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMap
> -> >
> -> > Something like the following configuration might work for you:
> -> >
> -> >
> -> > <RequestMap applicationId="default">
> -> >
> -> >
> -> >     <Host name="yourhost.org">
> -> >
> -> >
> -> >         <Path name="secure" authType="shibboleth"
> requireSession="true"/>
> -> >
> -> >
> -> >     </Host>
> -> >
> -> >
> -> > </RequestMap>
> -> >
> -> >
> -> > On Fri, Jul 20, 2012 at 8:48 AM, <jreyes at egmail.com> wrote:
> -> > I have a box running multiple web sites but only wish to make one of
> them an SP.  However the url https://yourhost.org/secure on all of the
> sites takes me to the idp login page. How do I prevent the other sites on
> that box from going to the idp on that url?  In addition when i go to
> https://yourhost.org/Shibboleth.sso/Session i get a not found page, but
> if i go to https://localhost/Shibboleth.sso/Session on the machine itself
> I see information.  Do I need to map the URL to to the SP somehow?
> -> >
> -> >
> -> > Thanks!
> -> >
> -> > Jose
> -> >
> -> >
> -> >
> -> >
> -> > --
> -> > To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
> -> >
> -> > --
> -> > To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
> ->
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120720/bb836e51/attachment.html 


More information about the users mailing list