----- Original Message ----- > From: "Kevin P. Foote" <[email protected]> > To: [email protected] > Sent: Wednesday, May 23, 2012 10:22:29 AM > Subject: [cas-user] cas server app behind apache httpd > > > Hi all > > I have reason to place my cas webapp behind apache .. and thus > offloading SSL at the apache-httpd layer. > > ProxyPass / ajp://127.0.0.1:8009 > > Is there any thing I need to configure via TicketGranting to get > tickets > to flow back to the services..??
I do the same. The only thing I have is a ProxyPass (like you have) and a corresponding ProxyPassReverse. However, in both of those, I proxy /cas as opposed to just /. Regards, Jon > My login webflow is working but my services dont seem to be getting > the > proper bits to allow access. > > > > ------ > thanks > kevin.foote > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- Jon Detert Sr. Systems Administrator Infinity Healthcare Milwaukee, Wisconsin 414-290-6759 -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
