no default shibboleth headers after successful authentication

Cane Cubtow cane at vander.ca
Fri Apr 24 14:25:48 EDT 2015


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/*

cat /etc/httpd/conf/mod_jk.conf
# Load mod_jk module
LoadModule jk_module lib/apache/mod_jk.so
JkWorkersFile /etc/httpd/conf/workers.properties
JkLogFile /var/log/httpd/mod_jk_log
JkLogLevel error
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
JkRequestLogFormat "%w %V %T"
JkMount /app1/* loadbalancer
JkShmFile /var/log/httpd/jk.shm
# EOF

So is the fact that the apache locationmatch /app1/singlesignon/* and the
JkMount /app1/*  both match causing the issue?



On Fri, Apr 24, 2015 at 2:09 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:

> On 4/24/15, 12:05 PM, "Cane Cubtow" <cane at vander.ca> wrote:
> >
> >any ideas what i am missing???
>
> 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.
>
> Issues that complicate things:
>
> - mod_jk is dead code, you should be using mod_proxy_ajp.
> - I can't see your mod_jk settings, so I don't know that they're right.
>
> 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.
>
> -- Scott
>
> --
> 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/20150424/44f7c96e/attachment-0001.html>


More information about the users mailing list