Exactly<div>For apache, I understand it is recommended to use directives directly in Apache configuration.</div><div><br></div><div><br><br><div class="gmail_quote">On Fri, Jul 20, 2012 at 6:03 PM, Kevin P. Foote <span dir="ltr">&lt;<a href="mailto:kpfoote@iup.edu" target="_blank">kpfoote@iup.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Your shib commands will / should be located within your defined apache vhost then..<br>
<br>
IE: something like this within your vhost container.<br>
<br>
        &lt;Location /&gt;<br>
            ShibRequestSetting requireSession 1<br>
            AuthType shibboleth<br>
            Require valid-user<br>
        &lt;/Location&gt;<br>
<br>
<br>
------<br>
thanks<br>
  kevin.foote<br>
<br>
On Fri, 20 Jul 2012, Jose Reyes wrote:<br>
<br>
-&gt; Hi,<br>
-&gt; It&#39;s actually an apache box would the same still apply?<br>
-&gt; Thanks!<br>
-&gt;<br>
-&gt; On Jul 20, 2012, at 2:51 AM, Yannick Béot &lt;<a href="mailto:yannick.beot@gmail.com">yannick.beot@gmail.com</a>&gt; wrote:<br>
-&gt;<br>
-&gt; &gt; Hi,<br>
-&gt; &gt;<br>
-&gt; &gt; The configuration might depend on your Web server.<br>
-&gt; &gt; I assume you are using IIS.<br>
-&gt; &gt;<br>
-&gt; &gt; In that case, you can configure RequestMapper to filter on you Web site like described on <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPIISConfig" target="_blank">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPIISConfig</a><br>

-&gt; &gt;<br>
-&gt; &gt; The following page can give you an example:<br>
-&gt; &gt; <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMap" target="_blank">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMap</a><br>
-&gt; &gt;<br>
-&gt; &gt; Something like the following configuration might work for you:<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt; &lt;RequestMap applicationId=&quot;default&quot;&gt;<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt;     &lt;Host name=&quot;<a href="http://yourhost.org" target="_blank">yourhost.org</a>&quot;&gt;<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt;         &lt;Path name=&quot;secure&quot; authType=&quot;shibboleth&quot; requireSession=&quot;true&quot;/&gt;<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt;     &lt;/Host&gt;<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt; &lt;/RequestMap&gt;<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
<div class="im">-&gt; &gt; On Fri, Jul 20, 2012 at 8:48 AM, &lt;<a href="mailto:jreyes@egmail.com">jreyes@egmail.com</a>&gt; wrote:<br>
</div>-&gt; &gt; I have a box running multiple web sites but only wish to make one of them an SP.  However the url <a href="https://yourhost.org/secure" target="_blank">https://yourhost.org/secure</a> 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 <a href="https://yourhost.org/Shibboleth.sso/Session" target="_blank">https://yourhost.org/Shibboleth.sso/Session</a> i get a not found page, but if i go to <a href="https://localhost/Shibboleth.sso/Session" target="_blank">https://localhost/Shibboleth.sso/Session</a> on the machine itself I see information.  Do I need to map the URL to to the SP somehow?<br>

-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt; Thanks!<br>
-&gt; &gt;<br>
-&gt; &gt; Jose<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt;<br>
-&gt; &gt; --<br>
-&gt; &gt; To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
-&gt; &gt;<br>
-&gt; &gt; --<br>
-&gt; &gt; To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
-&gt; <br>--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br></blockquote></div><br></div>