How to deal with 100's or 1000's of virtual hosts
Posted
by anton
on Server Fault
See other posts from Server Fault
or by anton
Published on 2010-03-29T01:08:28Z
Indexed on
2010/03/29
1:13 UTC
Read the original article
Hit count: 406
I am curious to know how services such as heroku manage 1000's of virtual hosts - ie if you create a web site/app, and put it up on these services, you get your own virtual host name - foo.heroku.com etc (the same applies to many other sites that have vanity URLs).
I know with various web servers and proxies you can configure as many virtual hosts as you want - but there must be some upper limit to this ? Do they programmatically add virtual hosts - perhaps spreading the load? Or are there other solutions.
© Server Fault or respective owner