On Wed, Aug 18, 2010 at 8:22 AM, Des Hartman <[email protected]> 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 > > 2) All "https" based requests to website www.abc.com are proxied to a private > tomcat server via mod_proxy
You already need two vhosts for the two frontend protocols. Just put ProxyPass directives in the SSL vhost. -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
