[EMAIL PROTECTED] Apache mod_jk ssh port_forwarding

2007-02-19 Thread AFrieze
Hi everyone I am using Apache to serve static content and to act as a Load Balancer to some Tomcat Nodes. I am interested in encrypting the data flowing between apache and tomcat. Apache is using mod_jk to connect tomcat on some port, say, 8009. I would like to use SSH port forwarding to

Re: [EMAIL PROTECTED] Apache mod_jk ssh port_forwarding

2007-02-19 Thread AFrieze
AFrieze wrote: Hi everyone I am using Apache to serve static content and to act as a Load Balancer to some Tomcat Nodes. I am interested in encrypting the data flowing between apache and tomcat. Apache is using mod_jk to connect tomcat on some port, say, 8009. I would like to use SSH port

Re: [EMAIL PROTECTED] Apache mod_jk ssh port_forwarding

2007-02-19 Thread Serge Dubrouski
May be you shouldn't use mod_jk at all? I'd configure HTTPS connector in Tomcat and use mod_proxy between Apache and Tomcat. In this case the channel will be encrypte with standard SSL. On 2/19/07, AFrieze [EMAIL PROTECTED] wrote: Hi everyone I am using Apache to serve static content and to