Re: [users@httpd] Sharing mod_proxy_balancer session data with multiple virtual hosts

2011-07-28 Thread Ben Timby
On Thu, Jul 28, 2011 at 10:10 AM, Jonathan Knight wrote: > I'm building a load balancer using apache.  We have to support both SSl and > non-SSL sessions and the problem I'm trying to solve is how to get both > virtual hosts to share session data so that a when a connection is sent to > the non-SS

[users@httpd] Sharing mod_proxy_balancer session data with multiple virtual hosts

2011-07-28 Thread Jonathan Knight
I'm building a load balancer using apache. We have to support both SSl and non-SSL sessions and the problem I'm trying to solve is how to get both virtual hosts to share session data so that a when a connection is sent to the non-SSL port, it is proxied to the same server as the SSL session