Re: Secure AJP load balancing problem

2013-01-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 1/3/13 10:24 AM, Arunkumar Janarthanan wrote: > *Apache conf:* > > ProxyPassMatch ^/(.*\.jsp|.*\.do)(;jsessionid=.*)?$ > balancer://lb1/$1 Why are you intentionally removing the jsessionid from being forwarded to the worker? I think you

Re: Secure AJP load balancing problem

2013-01-04 Thread Pid
On 03/01/2013 21:52, Igor Cicimov wrote: > On 04/01/2013 2:25 AM, "Arunkumar Janarthanan" > wrote: >> >> Thanks Mark, I am working on parallely setting up another environment with >> Tomcat 6.x, however to clear an urgent audit I need to show the Apache >> connector uses secure protocol to exchang

Re: Secure AJP load balancing problem

2013-01-03 Thread Igor Cicimov
On 04/01/2013 2:25 AM, "Arunkumar Janarthanan" wrote: > > Thanks Mark, I am working on parallely setting up another environment with > Tomcat 6.x, however to clear an urgent audit I need to show the Apache > connector uses secure protocol to exchange the data between Apache and > tomcat. Both thes

Re: Secure AJP load balancing problem

2013-01-03 Thread Arunkumar Janarthanan
Thanks Mark, I am working on parallely setting up another environment with Tomcat 6.x, however to clear an urgent audit I need to show the Apache connector uses secure protocol to exchange the data between Apache and tomcat. Both these servers are in DMZ and on different servers. Hello Chris, Tha

Re: Secure AJP load balancing problem

2013-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 1/2/13 4:45 PM, Arunkumar Janarthanan wrote: > I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443, I have > tried my balancer members to use HTTPS port So you are trying to use HTTPS over AJP? Did you mean APR? Please post your from

Re: Secure AJP load balancing problem

2013-01-02 Thread Mark Thomas
On 02/01/2013 21:45, Arunkumar Janarthanan wrote: > Hello, > > I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443, Time to upgrade. 5.5.x is no longer supported. > I have tried my > balancer members to use HTTPS port and finds the JSP pages doing ok for > some reason the struts / action ser