IIS Vs Apache

N

NeWGeeK

IIS Vs Apache

I am planning to host two web sites on my pc at home. My OS is WinXP SP3 and
I am at crossroads if I should use IIS or Apache as a webserver deamon.

I am behind a router and a modem and therefore forwarding port 80/81 and
obviously having one public IP.

How can I have the two websites accessible from the Internet through this
connection? I want them to be accessible seperately from eachother each
having a unique address but stil pointing to the same IP. Also which is best
suited for this task...IIS or Apache?

Thanks a lot foe your help mates
 
A

Ace Fekay [Microsoft Certified Trainer]

NeWGeeK said:
IIS Vs Apache

I am planning to host two web sites on my pc at home. My OS is WinXP SP3
and I am at crossroads if I should use IIS or Apache as a webserver
deamon.

I am behind a router and a modem and therefore forwarding port 80/81 and
obviously having one public IP.

How can I have the two websites accessible from the Internet through this
connection? I want them to be accessible seperately from eachother each
having a unique address but stil pointing to the same IP. Also which is
best suited for this task...IIS or Apache?

Thanks a lot foe your help mates


Using IIS or APache I guess would be determined by preference and if you
have any and what type of webapps running on it. For example if you have
ISAPI apps (.Net, ActiveX, etc), you would want a Windows machine to host
it. Otherwise it;s preference and familiarity.

As for port remapping, that is a router limitation that only port remaps one
IP to one port internally. Get more WAN IPs if you need more.

Any web server has the ability to host 100's & 1000's of websites based on
host headers under ONE IP address. This means that even though it has one
IP, the header (such as www.domain1.com, www.domain2.com, etc) are
identified as individual unique sites by they're different headers. Either
IIS or Apache will work.


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup/forum to benefit from collaboration among
responding engineers.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSA Messaging, MCT
Microsoft Certified Trainer
(e-mail address removed)
http://twitter.com/acefekay

For urgent issues, you may want to contact Microsoft PSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
 
A

Alister

Ace said:
Using IIS or APache I guess would be determined by preference and if you
have any and what type of webapps running on it. For example if you have
ISAPI apps (.Net, ActiveX, etc), you would want a Windows machine to
host it. Otherwise it;s preference and familiarity.

As for port remapping, that is a router limitation that only port remaps
one IP to one port internally. Get more WAN IPs if you need more.

Any web server has the ability to host 100's & 1000's of websites based
on host headers under ONE IP address. This means that even though it has
one IP, the header (such as www.domain1.com, www.domain2.com, etc) are
identified as individual unique sites by they're different headers.
Either IIS or Apache will work.

Sorry Ace, but not on XP.

IIS 5.1 only allows one site.

Alister
 
P

Phillip Windell

How can I have the two websites accessible from the Internet through this
connection? I want them to be accessible seperately from eachother each
having a unique address but stil pointing to the same IP.

Use Host Headers to distinguish one site from another.
Also which is best suited for this task...IIS or Apache?

There is no difference.

--
Phillip Windell

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
 
A

Alister

Phillip Windell said:
Use Host Headers to distinguish one site from another.


There is no difference.

Ace, Phillip,

The OP states he is running XP, so he can't use IIS to achieve what he
wants.

IIS 5.1 doesn't allow multiple sites.

Alister
 
A

Ace Fekay [Microsoft Certified Trainer]

Alister said:
Ace, Phillip,

The OP states he is running XP, so he can't use IIS to achieve what he
wants.

IIS 5.1 doesn't allow multiple sites.

Alister

Good point. So his only alternatives are if he wants IIS to do this, to go
to a server version, or to use Apache with Xp.

Cheers!

Ace
 
P

Phillip Windell

Alister said:
Ace, Phillip,

The OP states he is running XP, so he can't use IIS to achieve what he
wants.

IIS 5.1 doesn't allow multiple sites.

Alister

Ah!, ok, sorry. Thanks for pointing that out.

--
Phillip Windell

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
 
P

Phillip Windell

That is only an IIS limitation in XP's version of IIS.

He could run Apache,...assuming it runs on XP. The same Host Header concept
should apply.

--
Phillip Windell

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top