On 3/8/07, anton <[EMAIL PROTECTED]> wrote:
Hi there,

I'm a decently experienced apache user on ONE
webserver.  I'm trying to switch to two apache servers
behind a Foundry hardware load balancer.

I need a tutorial which would explain how to configure
multiple apache servers behind a hardware load
balancer.

I have a domain name correctly resolving to the
balancer's ip and the balancer correctly forwarding
the requests to each server.  That's working fine.
Things get confusing when I try to configure each
server's ServerName and virtual hosts.

Any help would be greatly appreciated.

You just need to make sure each server has the server name that the
client sees. So if you have
www.mydomain.com
and this resolves correctly to the loadbalancer than you just  need to have
ServerName www.mydomain.com
in your config on each server.

In theory you could even run each webserver with the same httpd.conf.

Krist

--
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to