RE: Approach to Configuring Apache with Perl -- multiple servers in cluster

2008-08-11 Thread Berg, Eric
07, 2008 5:53 PM > To: 'Perrin Harkins' > Cc: modperl@perl.apache.org > Subject: RE: Approach to Configuring Apache with Perl -- > multiple servers in cluster > > Thanks, Perrin and Jon. > > I'm a little strapped for time at the moment, so I'm going to > branc

RE: Approach to Configuring Apache with Perl -- multiple servers in cluster

2008-08-07 Thread Berg, Eric
ust 07, 2008 5:11 PM > To: Berg, Eric > Cc: modperl@perl.apache.org > Subject: Re: Approach to Configuring Apache with Perl -- > multiple servers in cluster > > On Thu, Aug 7, 2008 at 11:22 AM, Berg, Eric > <[EMAIL PROTECTED]> wrote: > > I need to > > build

Re: Approach to Configuring Apache with Perl -- multiple servers in cluster

2008-08-07 Thread Perrin Harkins
On Thu, Aug 7, 2008 at 11:22 AM, Berg, Eric <[EMAIL PROTECTED]> wrote: > I need to > build a configuration that will configure each instance based on a > single parameter. Right now I'm using a file called ENVIRONMENT that > gets written during the deploy, so I have a value for DEV, STAGE and > PR

Approach to Configuring Apache with Perl -- multiple servers in cluster

2008-08-07 Thread Berg, Eric
I've got a cluster of 4 Linux boxes that will be sitting behind a load balancer using a VIP and round-robin load balancing. There will be 3 different instances that I'll be serving up on 3 different ports that'll be my DEV, STAGE and PROD instances. Our environment is set up so that I autodeploy