Re: Apache httpd reverse proxy setup

2012-11-07 Thread André Warnier
Marko Asplund wrote: Chris Schultz wrote: On 10/31/12 3:55 PM, Marko Asplund wrote: There are at least 3 different approaches for configuring Apache httpd 2.2 to act as a reverse proxy for Tomcat 7.0: a) mod_proxy_http b) mod_proxy_ajp c) mod_jk ... What are the current differences and trade

Re: Apache httpd reverse proxy setup

2012-11-06 Thread Marko Asplund
Chris Schultz wrote: > On 10/31/12 3:55 PM, Marko Asplund wrote: > > There are at least 3 different approaches for configuring Apache > > httpd 2.2 to act as a reverse proxy for Tomcat 7.0: > > > > a) mod_proxy_http b) mod_proxy_ajp c) mod_jk > > > > ... > > What are the current differences and tr

Re: Apache httpd reverse proxy setup

2012-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marko, On 11/4/12 10:12 AM, Marko Asplund wrote: > On 31/10/2012 20:08:21 GMT, Mark Thomas wrote: > >> http://www.tomcatexpert.com/blog/2010/06/16/deciding-between-modjk-modproxyhttp-and-modproxyajp >> >> >> The mod_proxy_ajp stability issues are le

Re: Apache httpd reverse proxy setup

2012-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/31/12 4:32 PM, André Warnier wrote: > Marko Asplund wrote: >> Hi, >> >> There are at least 3 different approaches for configuring Apache >> httpd 2.2 to act as a reverse proxy for Tomcat 7.0: >> >> a) mod_proxy_http b) mod_proxy_ajp c)

Re: Apache httpd reverse proxy setup

2012-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marko, On 10/31/12 3:55 PM, Marko Asplund wrote: > There are at least 3 different approaches for configuring Apache > httpd 2.2 to act as a reverse proxy for Tomcat 7.0: > > a) mod_proxy_http b) mod_proxy_ajp c) mod_jk > > There's been quite a lot o

Re: Apache httpd reverse proxy setup

2012-11-04 Thread Marko Asplund
On 31/10/2012 20:08:21 GMT, Mark Thomas wrote: > http://www.tomcatexpert.com/blog/2010/06/16/deciding-between-modjk-modproxyhttp-and-modproxyajp > > The mod_proxy_ajp stability issues are less of an issue now than they > were when I wrote that article. What that means is if you want the SSL > bene

Re: Apache httpd reverse proxy setup

2012-10-31 Thread André Warnier
Marko Asplund wrote: Hi, There are at least 3 different approaches for configuring Apache httpd 2.2 to act as a reverse proxy for Tomcat 7.0: a) mod_proxy_http b) mod_proxy_ajp c) mod_jk There's been quite a lot of discussion about the differences of each one but a lot of that discussion appea

Re: Apache httpd reverse proxy setup

2012-10-31 Thread Mark Thomas
On 31/10/2012 19:55, Marko Asplund wrote: > Hi, > > There are at least 3 different approaches for configuring Apache httpd 2.2 > to act as a reverse proxy for Tomcat 7.0: > > a) mod_proxy_http > b) mod_proxy_ajp > c) mod_jk > > There's been quite a lot of discussion about the differences of each

Apache httpd reverse proxy setup

2012-10-31 Thread Marko Asplund
Hi, There are at least 3 different approaches for configuring Apache httpd 2.2 to act as a reverse proxy for Tomcat 7.0: a) mod_proxy_http b) mod_proxy_ajp c) mod_jk There's been quite a lot of discussion about the differences of each one but a lot of that discussion appears to be either not ver