Re: [users@httpd] Passing Authentication or REMOTE_USER from One Apache Server to Another

2014-01-23 Thread Tom Evans
On Wed, Jan 22, 2014 at 11:16 PM, Kevin Behr wrote: > Hi there, > > I have two separate web applications, each on a different Apache (2.2) > server. A user first authenticates on Server A (either by Basic HTTP or > LDAP) and gains access to the web application. At some point, the user has > the

[users@httpd] Passing Authentication or REMOTE_USER from One Apache Server to Another

2014-01-22 Thread Kevin Behr
Hi there, I have two separate web applications, each on a different Apache (2.2) server. A user first authenticates on *Server A* (either by Basic HTTP or LDAP) and gains access to the web application. At some point, the user has the option to launch the second web application on *Server B*. Th