views:

102

answers:

2

I have 10 websites on an IP. I would like to share the IP among all the websites.How do I achieve this without having to run these websites on different port numbers?

+3  A: 

You use the "name-based virtual hosts" feature of the apache webserver: http://httpd.apache.org/docs/1.3/vhosts/ Other webservers may or may not have a similar feature.

Michael Borgwardt
+3  A: 

Host headers for IIS.

annakata