Re: [us...@httpd] HTTP -> Apache2 /var/www only & HTTPS -> Tomcat via mod_proxy only

2010-08-18 Thread Des Hartman
MFEndpoint"/> Thanks Des On 19/08/2010, at 12:01 AM, Des Hartman wrote: > Eric > > Thanks for the reply. I tried this: > > NameVirtualHost *:443 > > > ServerAdmin webmas...@localhost > > SSLEngine On >

Re: [us...@httpd] HTTP -> Apache2 /var/www only & HTTPS -> Tomcat via mod_proxy only

2010-08-18 Thread Des Hartman
rote: > On Wed, Aug 18, 2010 at 8:22 AM, Des Hartman wrote: >> Hi, >> >> Is there a simple way to do the following: >> >> 1) All "http" based requests to website www.abc.com go to my Apache2 server >> regardless of the virtual site >> >>

[us...@httpd] HTTP -> Apache2 /var/www only & HTTPS -> Tomcat via mod_proxy only

2010-08-18 Thread Des Hartman
Hi, Is there a simple way to do the following: 1) All "http" based requests to website www.abc.com go to my Apache2 server regardless of the virtual site 2) All "https" based requests to website www.abc.com are proxied to a private tomcat server via mod_proxy Only option that I think may wor