<div dir="ltr"><div>Scott,</div><div> </div><div>Yes, that is a definite, bona fide <span>HTTPD</span> 404 error from Apache.</div><div> </div><div>We do not use remote mounts (<span>AFS</span>, <span>NFS</span>, <span>nada</span>).</div>
<div>So the mod_<span>shib</span> is not picking up that Session call at all.</div><div> </div><div>We could put anything in place of "customer1" and it'll still throw a 404 error into the <span>HTTPD</span> logs. AND, there is nothing in the <span>shibd</span>.log <span>shibd</span>_warn.log, native.log, native_warn.log, or the <span>transcation</span>.log.</div>
<div> </div><div>Only the <span>HTTPD</span> logs register anything from that URL:</div>
<div><br> <a href="https://apps1.ourcomp.com/customer1/Shibboleth.sso/Session" target="_blank"><font color="#000080">https://apps1.<span>ourcomp</span>.com/</font><font color="#000080">customer1/Shibboleth.<span>sso</span>/</font><font color="#000080">Session</font></a></div>
<div> </div><div>..and yet, mod_<span>shib</span> must be working because this works:</div><div> </div><div> <a href="https://apps1.ourcomp.com/customer1/Shibboleth.sso/Session" target="_blank"><font color="#000080">https://apps1.<span>ourcomp</span>.com</font><font color="#000080">/Shibboleth.<span>sso</span>/</font><font color="#000080">Session</font></a></div>
<div> </div><div> A valid session was not found.</div><div> </div><div>From HTTPD logs, that session call is picked up:</div><div> </div><div>10.5.174.23 - - [09/Sep/2013:15:53:51 -0400] "GET /Shibboleth.sso/Session HTTP/1.1" 200 112 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"<br>
10.5.174.23 - - [09/Sep/2013:15:53:53 -0400] "GET /Shibboleth.sso/Session HTTP/1.1" 200 112 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"<br>10.5.174.23 - - [09/Sep/2013:15:53:54 -0400] "GET /Shibboleth.sso/Session HTTP/1.1" 200 112 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"<br>
10.5.174.23 - - [09/Sep/2013:15:53:57 -0400] "GET /Shibboleth.sso/Session HTTP/1.1" 200 112 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"<br></div><div> </div><div>
So how do we map a "path" into an <span>ovveride</span> <span>handlerURL</span>? Clearly, that is what we need to avoid the looping problem.</div>
<div> </div><div>Thanks for any help you can provide!</div><div> </div><div> </div><div class="gmail_extra"><br clear="all"><div>-- <span>RGS</span><br><br>==================================<br>Roy G. Specter<br><a href="mailto:roygspectech8@gmail.com" target="_blank">roygspectech8@gmail.com</a><br>
========================================<br></div>
<br><br><div class="gmail_quote">On Mon, Sep 9, 2013 at 2:00 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@<span>osu</span>.<span>edu</span></a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
<div>On 9/9/13 1:55 PM, "Roy Spectech" <<a href="mailto:roygspectech8@gmail.com" target="_blank">roygspectech8@gmail.com</a>> wrote:<br>
<br>
>We're having trouble defining the handler.<br>
<br>
</div>You don't need those SessionInitiators. If you're trying to maintain<br>
indexes, don't waste your time on that. And in no case should you be<br>
generating metadata from any of this. Your metadata is a separate matter<br>
to manage. There's no other reason you would need to care about indexes<br>
inside the config.<br>
<br>
>So this works:<br>
<div>><br>
>However, the extended version fails (404):<br>
><br>
><br>
>URL:<br>
><a href="https://apps1.ourcomp.com/customer1/Shibboleth.sso/Session" target="_blank">https://apps1.ourcomp.com/customer1/Shibboleth.sso/Session</a><br>
><br>
> 404 Not Found<br>
<br>
</div>If that's not an Apache 404, you're probably mounting and forwarding<br>
evertthing beneath /customer1 to some other app server.<br>
<div><div><br>
-- Scott<br>
<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br></div></div>