473,657 Members | 2,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Host Multiple Sites on One IIS Server

What are my options if I want to host hundreds of sites on one IIS server
(like Internet presence providers do); such that site1.com, site2.com,
site3.com... site278.com... are all hosted on the same box?

I already know that each site can be specified on a different port, the
particular site to be accessed can be specified in the HTTP header, and
multiple NICs can be installed on the server - each with its own IP address.
I doubt Internet presence providers have hundreds of Nics installed - yet
they also do not apparently require users to specify special HTTP headers or
port numbers. What am I missing?

Thanks.
Nov 18 '05 #1
2 2099
if the browser supports http 1.1 (host header), it will send an additional
header with the hostname specified, which can be used to pick the virtual
root.

you just assign all the domain (host) names to the same ip address, and
setup a virtual root for each domain name, specifiying the domain name as
the host name. the hosted site will not support redirecting to the ipaddress
(as thats the default site), so all links must be relative or include the
domain name.

-- bruce (sqlwork.com)
"Jeff S" <Ya*****@OkeyDo key.com> wrote in message
news:u2******** ******@TK2MSFTN GP12.phx.gbl...
What are my options if I want to host hundreds of sites on one IIS server
(like Internet presence providers do); such that site1.com, site2.com,
site3.com... site278.com... are all hosted on the same box?

I already know that each site can be specified on a different port, the
particular site to be accessed can be specified in the HTTP header, and
multiple NICs can be installed on the server - each with its own IP address. I doubt Internet presence providers have hundreds of Nics installed - yet
they also do not apparently require users to specify special HTTP headers or port numbers. What am I missing?

Thanks.

Nov 18 '05 #2
Multiple Nics are not required to have multiple IP addresses.

Check out the Advanced button on the Nic Properties | Internet Protocol
(TCP/IP) entry.

"Jeff S" <Ya*****@OkeyDo key.com> wrote in message
news:u2******** ******@TK2MSFTN GP12.phx.gbl...
What are my options if I want to host hundreds of sites on one IIS server
(like Internet presence providers do); such that site1.com, site2.com,
site3.com... site278.com... are all hosted on the same box?

I already know that each site can be specified on a different port, the
particular site to be accessed can be specified in the HTTP header, and
multiple NICs can be installed on the server - each with its own IP address. I doubt Internet presence providers have hundreds of Nics installed - yet
they also do not apparently require users to specify special HTTP headers or port numbers. What am I missing?

Thanks.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
3331
by: Jeff | last post by:
Is there a way to echo back a case sensitive $HTTP_HOST in PHP? For example if I type HostName.domain.com in my browser I want to return it exactly as it appears in the location part of the browser "HostName.domain.com" but it keeps returning a case insensitive result "hostname.domain.com".
4
2140
by: yabba | last post by:
w2k server... after rebooting the event viewer/application log shows multiple restarts of Active Server Pages and they continue to build in memory as each start produces a IWAM_SERVERNAME in the task manager. there might be 10 - 20 starts without a stop... when I restart iis services it takes a long time as each started service is stopped and the associated IWAM_SERVERNAME is closed. this seems to be something new and when checking...
4
1573
by: dracolytch | last post by:
Hey gang, I'm currently using startlogic.com for my PHP/MySQL virtual server. At $20, it's hard to beat the price. Unfortunately, I'm getting more and more dissatisfied with their uptime. I need PHP, MySQL, and the ability to host multiple domains. Are there any other hosts y'all have had good or bad experiences with?
3
1528
by: Karl Easterly | last post by:
Hi. I have a site running with a FQDN which is addressed using host headers. Instead of working with the project through a mapped drive, I would like to work with it via the concept implied as 'open->project from web'. I have no problem working with it via the mapped drive, even debuggin is fine. I am sure it is a simple setting I need to toggle, but I do not know which. I tried web sharing the folder but when I open in this mannor I
3
2977
by: Tim_Mac | last post by:
hi, see quote below from http://groups.google.ie/groups?hl=en&lr=&th=36c5d2df211a4d78&seekm=00480961-660F-462D-BBD4-455C8DA26C38%40microsoft.com&frame=off According to the book: "Deploying .NET Applications Lifecycle Guide" published in Microsoft Press: "Web setup projects allow you to specify which port to install the application on, they do not currently support deployment of a Web application to a site differentiated by host...
0
1397
by: i_have_control | last post by:
I'd be grateful for any input on this one: I have three web domains. The destinations of two are set to folders on the first, though that fact is transparent to the user (i.e: it does not REDIRECT to the first domain). Example: http://www.maindomain.com (main hosted package) http://www.subdomain1.com -> www.maindomain.com/subdomain1/ http://www.subdomain2.com -> www.maindomain.com/subdomain2/
8
2045
by: mc | last post by:
I would like to host two websites on my brinkster developer account. I have configured the multiple applications and they both work fine, they can be access at: - myalias.brinkster.net/site1 and myalias.brinkster.net/site2
0
1199
by: | last post by:
Hi here is the situation we have IIS site with multiple host headers based on host header we need to send to different URL's within the server my current solution (hate to call it naive :) I have a small dsipatch web app that takes incoming request takes
6
2006
by: Laphan | last post by:
Hi All We've had a Fasthosts reseller account for quite a few years now and have been relatively happy until now. Unfortunately they've started to push out MySQL DBs (I think 4.2.x or 5) that don't work very well with classic ASP and basically said you can b*$£*"s if it don't work with your apps. In which case, we do not wish to pander to the FHosts machine anymore and
0
8395
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8826
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7330
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4155
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.