two apache instances using one shibd process possible?
Gernot Hassenpflug
gernot.hassenpflug at asahinet.com
Tue Feb 26 23:23:06 EST 2013
"Cantor, Scott" <cantor.2 at osu.edu> writes:
> On 2/14/13 5:31 AM, "Gernot Hassenpflug" <ha4h-grnt at asahi-net.or.jp> wrote:
> >
> >I'll see if there is a debug setting either in apache and/or in
> >the shibboleth settings that I can use to check that this is actually
> >happening.
>
> shibd tracks session lookups on DEBUG fairly well.
>
> > As I've mentioned, we are using apache 1.3 here, but I
> >assume that the operation of the mod_shibd module does not depend on
> >the apache version (provided the virtual hosts are correctly
> >configured in apache, which is dependent on version).
>
> No, there is no state in Apache that is anything but a cache of data from
> shibd.
Hello Scott,
The problem was finally resolved. The culprit was that since we had 2
apache instances (on the same physical server) with different IP
addresses (127.0.0.1 and 127.0.0.2), we needed set
consistentAddress=false in the Sessions element.
So the load balancer on the front end was not a problem, and is
working fine now without any forced persistence.
Regards,
--
Gernot Hassenpflug
More information about the users
mailing list