<div dir="ltr">Thanks for the reply Scott... I guess I am trying to understand the relationship between the Apache location and the proxying to the app on jboss via JkMount... here is the mod_jk settings... its basically proxying anything that matches /app1/*<div><br></div><div><div><font face="monospace, monospace">cat /etc/httpd/conf/mod_jk.conf</font></div><div><font face="monospace, monospace"># Load mod_jk module</font></div><div><font face="monospace, monospace">LoadModule jk_module lib/apache/mod_jk.so</font></div><div><font face="monospace, monospace">JkWorkersFile /etc/httpd/conf/workers.properties</font></div><div><font face="monospace, monospace">JkLogFile /var/log/httpd/mod_jk_log</font></div><div><font face="monospace, monospace">JkLogLevel error</font></div><div><font face="monospace, monospace">JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"</font></div><div><font face="monospace, monospace">JkRequestLogFormat "%w %V %T"</font></div><div><font face="monospace, monospace">JkMount /app1/* loadbalancer</font></div><div><font face="monospace, monospace">JkShmFile /var/log/httpd/jk.shm</font></div><div><font face="monospace, monospace"># EOF</font></div></div><div><br></div><div>So is the fact that the apache locationmatch /app1/singlesignon/* and the JkMount /app1/*  both match causing the issue?</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 24, 2015 at 2:09 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 4/24/15, 12:05 PM, "Cane Cubtow" <<a href="mailto:cane@vander.ca">cane@vander.ca</a>> wrote:<br>
><br>
>any ideas what i am missing???<br>
<br>
</span>Not really, nothing is obviously inherently wrong, but that's a lot of settings that all interact and so I'm either not seeing an error in them or you're not actually using the settings that you think you are.<br>
<br>
Issues that complicate things:<br>
<br>
- mod_jk is dead code, you should be using mod_proxy_ajp.<br>
- I can't see your mod_jk settings, so I don't know that they're right.<br>
<br>
In general, if the headers aren't there, the URL being accessed is not one the SP is operating for. So the LocationMatch block is not running for the requests in question, essentially.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Scott<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</font></span></blockquote></div><br></div>