HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP > XP Networking

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 07-09-2004, 04:07 AM
Eric Fehlhaber
 
Posts: n/a
Default WindowsXP Pro Web Server

Hello, I have WindowsXP Pro. I was wondering if someone could give me
directions or point me to a source that will give me directions for setting
up my PC as a web server and also as an email (exchange) server? Also, what
is the difference between IIS and Apache? Does one have advantages over the
other?

Thanks!


Reply With Quote
Sponsored Links
  #2  
Old 07-09-2004, 04:33 AM
Ganesh Anekar [MSFT]
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

Hi,

In my opinion If you are planning to host websites and email services, You
will need windows 2000 server or windows 2003 server.

Please visit
http://www.microsoft.com/WindowsServ...s/default.mspx
www.tryiis.com

Difference between IIS and Apache:
http://www.serverwatch.com/tutorials...le.php/3074841

HTH,
--
Ganesh Anekar
Microsoft Developer Support
Internet Information Server
************************************************** *******************
>>Please do not send email directly to this alias. This is an online

account name for newsgroup participation only.<<

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.

© 2003 Microsoft Corporation. All rights reserved.
************************************************** *******************
"Eric Fehlhaber" <efehlhaber@hotmail.com> wrote in message
news:%231oObHWZEHA.2016@TK2MSFTNGP09.phx.gbl...
> Hello, I have WindowsXP Pro. I was wondering if someone could give me
> directions or point me to a source that will give me directions for

setting
> up my PC as a web server and also as an email (exchange) server? Also,

what
> is the difference between IIS and Apache? Does one have advantages over

the
> other?
>
> Thanks!
>
>



Reply With Quote
  #3  
Old 07-09-2004, 05:04 AM
Scott M.
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

IIS is included with XP Pro. but is not installed by default. From the
Add/Remove Programs dialog box, select Add/Remove Windows Components and
then IIS (you will need your XP CD). After IIS is installed, you will have
a new directory on your c drive "C:\inetpub\wwwRoot". This is the root of
the web server and new web applications can either be created as
sub-directories of wwwRoot or need to be "Web Shared" to IIS by right
clicking the folder, selecting Web Sharing and then the choice to share the
folder.

As for Exchange, XP does not include Exchange and Exchange needs to be
installed on a Windows server machine, not XP. Don't take this the wrong
way, but if you have to ask how to set up and run Exchange, you aren't ready
to do it. You'll need an understanding of Windows Server, Windows domain
accounts, Access Control Lists, DNS, port management and more to efficiently
and securely install and configure Exchange.

Apache is a popular web server designed to run on Linux/Unix platforms.


"Eric Fehlhaber" <efehlhaber@hotmail.com> wrote in message
news:%231oObHWZEHA.2016@TK2MSFTNGP09.phx.gbl...
> Hello, I have WindowsXP Pro. I was wondering if someone could give me
> directions or point me to a source that will give me directions for

setting
> up my PC as a web server and also as an email (exchange) server? Also,

what
> is the difference between IIS and Apache? Does one have advantages over

the
> other?
>
> Thanks!
>
>



Reply With Quote
  #4  
Old 07-09-2004, 06:09 AM
Kristofer Gafvert
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

Hello,

If you have Windows XP Pro, then you have IIS available. The home edition
does not include IIS. But...you are limited to 10 concurrent connections in
Windows XP Pro, so if you are any serious with the website, you will need a
server edition.

As for Exchange, you will need a server edition of Windows for that too.

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!


"Eric Fehlhaber" <efehlhaber@hotmail.com> wrote in message
news:%231oObHWZEHA.2016@TK2MSFTNGP09.phx.gbl...
> Hello, I have WindowsXP Pro. I was wondering if someone could give me
> directions or point me to a source that will give me directions for

setting
> up my PC as a web server and also as an email (exchange) server? Also,

what
> is the difference between IIS and Apache? Does one have advantages over

the
> other?
>
> Thanks!
>
>



Reply With Quote
  #5  
Old 07-09-2004, 12:44 PM
Eric Fehlhaber
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

Thanks for the info! Doesn't Apache run on Windows also though?

"Scott M." <s-mar@nospam.nospam> wrote in message
news:OP8ErmWZEHA.644@tk2msftngp13.phx.gbl...
> IIS is included with XP Pro. but is not installed by default. From the
> Add/Remove Programs dialog box, select Add/Remove Windows Components and
> then IIS (you will need your XP CD). After IIS is installed, you will

have
> a new directory on your c drive "C:\inetpub\wwwRoot". This is the root of
> the web server and new web applications can either be created as
> sub-directories of wwwRoot or need to be "Web Shared" to IIS by right
> clicking the folder, selecting Web Sharing and then the choice to share

the
> folder.
>
> As for Exchange, XP does not include Exchange and Exchange needs to be
> installed on a Windows server machine, not XP. Don't take this the wrong
> way, but if you have to ask how to set up and run Exchange, you aren't

ready
> to do it. You'll need an understanding of Windows Server, Windows domain
> accounts, Access Control Lists, DNS, port management and more to

efficiently
> and securely install and configure Exchange.
>
> Apache is a popular web server designed to run on Linux/Unix platforms.
>
>
> "Eric Fehlhaber" <efehlhaber@hotmail.com> wrote in message
> news:%231oObHWZEHA.2016@TK2MSFTNGP09.phx.gbl...
> > Hello, I have WindowsXP Pro. I was wondering if someone could give me
> > directions or point me to a source that will give me directions for

> setting
> > up my PC as a web server and also as an email (exchange) server? Also,

> what
> > is the difference between IIS and Apache? Does one have advantages over

> the
> > other?
> >
> > Thanks!
> >
> >

>
>



Reply With Quote
  #6  
Old 07-09-2004, 12:51 PM
Dave Lowther
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

"Eric Fehlhaber" <efehlhaber@hotmail.com> wrote

> Thanks for the info! Doesn't Apache run on Windows also though?


Yes it does. I've been running Apache on XP Home edition for over a year
with no problems.

Dave.


Reply With Quote
  #7  
Old 07-09-2004, 06:35 PM
Scott M.
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

> But...you are limited to 10 concurrent connections in
> Windows XP Pro, so if you are any serious with the website, you will need

a
> server edition.


Are you sure about that? I believe the 10 simultaneous connections was a
limit of Personal Web Server, not IIS. Also, the fact that IIS is running
on XP rather than Windows 2000 or 2003 Server should be irrelevant to how
many connections IIS can support.


Reply With Quote
  #8  
Old 07-09-2004, 06:39 PM
Tom Pepper Willett
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

It is in fact a limit of IIS 5.1 in WinXP Pro. Different versions of IIS
for the various platforms.

Tom
"Scott M." <s-mar@nospam.nospam> wrote in message
news:OnTHKsdZEHA.3016@tk2msftngp13.phx.gbl...
> > But...you are limited to 10 concurrent connections in
> > Windows XP Pro, so if you are any serious with the website, you will

need
> a
> > server edition.

>
> Are you sure about that? I believe the 10 simultaneous connections was a
> limit of Personal Web Server, not IIS. Also, the fact that IIS is running
> on XP rather than Windows 2000 or 2003 Server should be irrelevant to how
> many connections IIS can support.
>
>



Reply With Quote
  #9  
Old 07-09-2004, 11:28 PM
Eric Fehlhaber
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

So, the limit IS 10 simultaneous connections in IIS 5.1?


"Tom Pepper Willett" <tompepper@mvps.org> wrote in message
news:%23JO$yudZEHA.3512@TK2MSFTNGP12.phx.gbl...
> It is in fact a limit of IIS 5.1 in WinXP Pro. Different versions of IIS
> for the various platforms.
>
> Tom
> "Scott M." <s-mar@nospam.nospam> wrote in message
> news:OnTHKsdZEHA.3016@tk2msftngp13.phx.gbl...
> > > But...you are limited to 10 concurrent connections in
> > > Windows XP Pro, so if you are any serious with the website, you will

> need
> > a
> > > server edition.

> >
> > Are you sure about that? I believe the 10 simultaneous connections was

a
> > limit of Personal Web Server, not IIS. Also, the fact that IIS is

running
> > on XP rather than Windows 2000 or 2003 Server should be irrelevant to

how
> > many connections IIS can support.
> >
> >

>
>



Reply With Quote
  #10  
Old 07-09-2004, 11:36 PM
Tom Pepper Willett
 
Posts: n/a
Default Re: WindowsXP Pro Web Server

Yes, Eric, just like you were originally told.

Tom

"Eric Fehlhaber" <efehlhaber@hotmail.com> wrote in message
news:emSwdQgZEHA.3804@TK2MSFTNGP10.phx.gbl...
| So, the limit IS 10 simultaneous connections in IIS 5.1?
|
|
| "Tom Pepper Willett" <tompepper@mvps.org> wrote in message
| news:%23JO$yudZEHA.3512@TK2MSFTNGP12.phx.gbl...
| > It is in fact a limit of IIS 5.1 in WinXP Pro. Different versions of
IIS
| > for the various platforms.
| >
| > Tom
| > "Scott M." <s-mar@nospam.nospam> wrote in message
| > news:OnTHKsdZEHA.3016@tk2msftngp13.phx.gbl...
| > > > But...you are limited to 10 concurrent connections in
| > > > Windows XP Pro, so if you are any serious with the website, you will
| > need
| > > a
| > > > server edition.
| > >
| > > Are you sure about that? I believe the 10 simultaneous connections
was
| a
| > > limit of Personal Web Server, not IIS. Also, the fact that IIS is
| running
| > > on XP rather than Windows 2000 or 2003 Server should be irrelevant to
| how
| > > many connections IIS can support.
| > >
| > >
| >
| >
|
|


Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
2 windowsxp trouble with XP Windows XP 4 09-10-2007 08:30 PM
WindowsXP Fax TriniGeorge Windows XP Basics 0 04-30-2007 06:16 PM
WindowsXP-KB935448-x86-ENU.exe Pete Windows XP Basics 1 04-06-2007 04:08 PM
windowsxp/netmeeting rk XP Networking 0 06-11-2004 02:19 AM
WindowsXP<->VPN Peter Neumaier XP Networking 12 04-23-2004 01:40 AM


All times are GMT. The time now is 08:00 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger