How to set up a Cluster of Apache on Windows ?
am 08.06.2007 15:33:51 von Laura
Hi all !
I need to set up an application which has 2 Apache Web Servers in
front of 2 Tomcat application Servers (Java Web Container).
In production we'll have an hardware load-balancer which dispatch
requests in round-robin fashing to Apache.
However in development environment (Windows XP) I have to set up the
Apache cluster without the hardware loadbalancer.
How can I do it ? any article about Apache clustering on Windows ?
On a Linux box I would re-define the DNS configuration.....on windows
I don't have much experience......can anybody give me a help ?
Thanks
Laura
Re: How to set up a Cluster of Apache on Windows ?
am 08.06.2007 15:54:20 von Laura
On 8 Giu, 15:41, Davide Bianchi wrote:
> On 2007-06-08, Laura wrote:
>
> > However in development environment (Windows XP) I have to set up the
> > Apache cluster without the hardware loadbalancer.
> > How can I do it ?
>
> The simplest solution would be to have DNS-round-robin, so give to both
> the machines the same DNS name with different IP. But all this has
> almost nothing to do with Apache. You'd better ask on some Windows
> related group.
>
> Davide
>
> --
> My Beowulf cluster will beat your Windows NT network any day.
> -- wboga...@gte.net
Ciao!
I see.......I'll look for a DNS software.....
anyway there are any special requirements about the 2 apache nodes ?
Should I configure them with different IP but with the SAME port ?
Thanks
Laura
Re: How to set up a Cluster of Apache on Windows ?
am 08.06.2007 16:14:19 von Laura
On 8 Giu, 16:04, Davide Bianchi wrote:
> On 2007-06-08, Laura wrote:
>
> > I see.......I'll look for a DNS software.....
>
> It doesn't have to be on the windows machines.
>
> > anyway there are any special requirements about the 2 apache nodes ?
> > Should I configure them with different IP but with the SAME port ?
>
> They are going to be two different machines, just with the same apache
> configuration.
>
> Davide
>
> --
> All software sucks. Everybody is considered a jerk by somebody. The sun
> rises, the sun sets, the Sun crashes, lusers are LARTed, BOFHs get drunk.
> It is the way of things. --Steve Conley
Thanks a lot!