Looking for a good HTTP server App

Finnkc

Senior member
Jul 9, 2003
422
0
0
like it says looking for a good HTTP server app so I can run it on my PC ... anyone got a suggestion. I plan on running the HTTP on the same PC running an FTP atm.
 

Finnkc

Senior member
Jul 9, 2003
422
0
0
Well nothing complex I currently have a host for my site but I have limited file transfer. SO I want to set up HTTP for large downloads on my site. I don't need a DNS so ...

I am using Win2K btw I should have mentioned that sorry :p

I will try that program see how it is thanks guys
 

WobbleWobble

Diamond Member
Jun 29, 2001
4,867
1
0
I would not recommend Apache on Windows though. If you're going to go Apache, use Linux instead.
 

bolsen

Senior member
Jul 31, 2002
288
0
0
I use IIS for web serving, and ceaser ftp.

Remember IIS lockdown utility is your friend!
 

skyking

Lifer
Nov 21, 2001
22,718
5,843
146
Originally posted by: WobbleWobble
I would not recommend Apache on Windows though. If you're going to go Apache, use Linux instead.

why not? apache is apache, and works fine as a win32 app.

http://www.devside.net/

Here is a very helpful site for getting up and running, with some nice trimmed httpd.conf files. The default file is ~1100 lines or so, pretty dang intimidating for the beginner. These ones are a bit over 100 lines, and you can cut and paste the extra features in as you get to know them and use them. Just rename the default modno file to .bak or something, and grab stuff out of it IF you will use or need it.
 

txxxx

Golden Member
Feb 13, 2003
1,700
0
0
Originally posted by: WobbleWobble
I would not recommend Apache on Windows though. If you're going to go Apache, use Linux instead.

Not had any problems myself, and given the amount of issues IIS suffers (worms etc), it may make better sense in the long run, dependant on what your doing.
 

WobbleWobble

Diamond Member
Jun 29, 2001
4,867
1
0
Apache performs more poorly on Windows than on Linux. But then I forgot that this would probably be for personal usage so performance is not a huge issue.

Regardless, I still perfer IIS on a Windows platform and it will be fine if you keep up with the security updates. Apache has its shares of exploits as well.

As bolsen said, "Remember IIS lockdown utility is your friend!" Very true.
 

txxxx

Golden Member
Feb 13, 2003
1,700
0
0
Originally posted by: WobbleWobble
Apache performs more poorly on Windows than on Linux. But then I forgot that this would probably be for personal usage so performance is not a huge issue.

Regardless, I still perfer IIS on a Windows platform and it will be fine if you keep up with the security updates. Apache has its shares of exploits as well.

As bolsen said, "Remember IIS lockdown utility is your friend!" Very true.

IF the user updates Apache has its share of exploits too, but there nowhere near as bad or regular.