On Wed, Aug 18, 2010 at 8:22 AM, Des Hartman <d...@deshartman.com> 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
cove...@gmail.com

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to