<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello<br>
    <br>
    I've created 2 applicationOverrides for 2 vhosts on apache 2.4 and
    shib SP 2.6 and I cannot find out how to configure a specific 
    apache Location to point to a different SessionInitiator than the
    default /DS ?<br>
    in shibboleth2.xml I did declare 2 sessionInitiator (present in
    metadata as well) pointing to 2 different<br>
    SAMLDS URL (2 diffrents WAYFs) <br>
    <i><SessionInitiator type="Chaining" Location="/DS" id="DS"
      isDefault="true" relayState="cookie"></i><i><br>
    </i><i> <SessionInitiator type="SAMLDS"
      URL=<a class="moz-txt-link-rfc2396E" href="https://Wayf1.domain.eu/wayfGroup1/WAYF.php">"https://Wayf1.domain.eu/wayfGroup1/WAYF.php"</a>/></i><i><br>
    </i><i><br>
    </i><i><SessionInitiator type="Chaining" Location="/DSUPS"
      id="DSUPS" isDefault="true" relayState="cookie"></i><i><br>
    </i><i><SessionInitiator type="SAMLDS"
      URL=<a class="moz-txt-link-rfc2396E" href="https://Wayf2.domain.eu/wayfGroup2/WAYF.php">"https://Wayf2.domain.eu/wayfGroup2/WAYF.php"</a>/></i><br>
    <br>
    but cannot tel from an apache Location how to point to /DSUPS for
    shib sessioninitiator<br>
    looking at
<a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPContentSettings">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPContentSettings</a>
    I tried this (bold below, but commented now because it failed) <br>
    <i><Directory "/var/www/app2/secure/"></i><i><br>
    </i><i>   AllowOverride All</i><i><br>
    </i><i>  AuthType shibboleth</i><i><br>
    </i><i>  ShibRequireSession On</i><i><br>
    </i><b><i> # ShibRequireSessionWith /DSUPS</i></b><i><br>
    </i><i>  require shibboleth</i><i><br>
    </i><i></Directory></i><br>
    <br>
    without success , I've been redirected to /DS and not /DSGRP2<br>
    <br>
    thanks for your help . <br>
    <br>
     <br>
    <br>
  </body>
</html>