Re: getting authentication information from apache

2006-08-11 Thread Pid
I don't know of a way to make that happen, sorry. I don't think Apache's authentication mechanism permits (what are effectively) proxy sources access to the request in that way. Marc Farrow wrote: > Thanks for the tip Pid. How do you go the other way? What if I have an > Apache installation

Re: getting authentication information from apache

2006-08-11 Thread Marc Farrow
Thanks for the tip Pid. How do you go the other way? What if I have an Apache installation on a server and I want to authenticate through Tomcat and then pass that principal to Apache.. Is this possible? They are not connected using a connector. On 8/11/06, Jason Nesbitt <[EMAIL PROTECTED]> w

Re: getting authentication information from apache

2006-08-11 Thread Jason Nesbitt
wow. I must have glazed right over that when looking at the documentation. Thanks! On 8/11/06, Pid <[EMAIL PROTECTED]> wrote: http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html set Jason Nesbitt wrote: > I'm using apache as a front end to my tomcat 5.5 server and they are > connected

Re: getting authentication information from apache

2006-08-11 Thread Pid
http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html set Jason Nesbitt wrote: > I'm using apache as a front end to my tomcat 5.5 server and they are > connected through the AJP 1.3 Connector. The problem I am having is that > the authentication info doesn't seem like its getting propagated