Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
iis, 1 ip, multiple websites
Name: El Playo Date: March 29, 2002 at 03:23:04 Pacific
Comment:
Anyone know how to configure iis to be able to host multiple web sites with one ip.
When you create each site in IIS, use the one IP address but use a different port number. 192.168.92.19:80 192.168.92.19:81 and so on.
0
Response Number 2
Name: Bill Baker Date: April 28, 2002 at 20:54:30 Pacific
Reply:
You can also do it all on one port, using host headers. This only works with server operating systems (NT Server, 2000 Server, .NET Server, etc.) -- the Workstation/Pro OS's are locked out of serving multiple sites. right-click a website and choose Properties... Click Advanced... Change the site's configuration by adding a hostname, such as www.whatever.com, to one of its identifications. Still use port 80. If your sites are all differentiated only by hostname, you're fine as long as you have DNS pointing all to that machine.
0
Response Number 3
Name: Marc Date: July 15, 2002 at 09:33:54 Pacific
Reply:
Yes, but does anyone know how many websites you can have running under IIS? Our hosting machine currently has 44 unique websites running with host-headers, and I am wondering how many more I can put on there. Does IIS have a built in limit?
Summary: Hi there I have only 1 IP address but 2 computers: 1.comp Windows NT server 4.0, 2. computer Workstation I need to make connection on second LAN (50 meters far). Using that second LAN, we can use Inte...
Summary: Hello All, Is there a way to host multiple web sites on a server with Windows NT (not 2000) and only one IP address. How does one get the server to recognize multiple domain names if so? Thanks...
Summary: Hi We have a NT server with a static IP address with IIS 4 running a website, can I setup another virtual website with a different IP address on the same server. What do I do about given another IP ad...