I have two virtual hosts on windows(for example: test1.dev and test2.dev). But it always load c开发者_开发知识库ontent of test1.dev for both virtual hosts.
I really like Basecamp\'s idiom of \"dynamically\" creating custom virtual hosts for clients -- for instance, on开发者_如何学编程ce a company has signed up they may quickly login to a special URL like
Tomcat offers a build in \"Virtual Hosting\" Support: An Engine/Web-Application can be configured to be responsible for a list of D开发者_JS百科omains. These Domains have to be put into the server.xml
Can I use google -- specifically i am thinking of the google ajax api -- to enumerate a l开发者_Go百科ist of host names of websites that are hosted on a particular IP address.
Here\'s my current virtual host setup for xampp: <VirtualHost *:80> ServerAdmin webmaster@localhost