Return-Path: Delivered-To: apmail-modperl-archive@apache.org Received: (qmail 40743 invoked by uid 500); 6 Sep 2002 14:55:24 -0000 Mailing-List: contact modperl-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 40725 invoked from network); 6 Sep 2002 14:55:23 -0000 Message-ID: <3D78C1DB.8090506@elem.com> Date: Fri, 06 Sep 2002 10:55:23 -0400 From: Perrin Harkins User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Calbazana, Al" CC: "'modperl@apache.org'" Subject: Re: lame load balancer, mod_proxy, and sticky sessions References: <792864BE6F6FD41197CD00508B92D00AD02269@epomail01> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Calbazana, Al wrote: > I'd like to know if it is possible to use mod_proxy as a sticky session > manager. It's possible in the sense that you could write a sticky session manager and glom it onto mod_proxy. It's certainly not there right now. If you just want a free load-balancer, take a look at one of the many open source projects out there like http://linux-ha.org/. - Perrin