3

Are there any issues using Amazon's Elastic Load Balancer to forward requests to multiple EC2 instances that use name-based virtual hosting? In other words, is the HTTP header forwarded properly so Apache can determine which files to serve?

Trent Scott
  • 959
  • 1
  • 12
  • 28

1 Answers1

2

Yes, you can do name-based virtual hosting with ELB.

womble
  • 96,255
  • 29
  • 175
  • 230