Web Server Software suggestions needed

Everything else that doesn't fall into one of the other PB categories.
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Web Server Software suggestions needed

Post by TerryHough »

I thought I saw a reply in another topic recently about some suggested web server software, but can't run it up today with a search.

Feel free to suggest your favorite full featured web server software, free or inexpensive.

TIA
Terry
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Apache is *it*

http://httpd.apache.org

IIS is free too AFAIK
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

On Linux servers, I use Apache, PHP, and MySQL. For Windows servers, I use IIS, PHP & ASP, and MSSQL or MySQL. For me, I would only use IIS if I needed to secure pages with the users NT account ID. For windows, you will need at least 2000 and I have heard there are some low use/low cost MS SQL licenses out there. With all the new tools MySQL has now, I'm not sure why anyone building a small (or large) DB app would not use it.
-Beach
FloHimself
Enthusiast
Enthusiast
Posts: 229
Joined: Wed May 14, 2003 3:38 pm
Location: Lüneburg - Germany

Post by FloHimself »

User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1282
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

http://www.sambar.com

Runs on both Windows and Linux.
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Apache rulez!

[EDIT]
Atomic Webserver too.
bye,
Daniel
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

If you want to use asp.net, stay far away from apache. It's junk since you would have to pay tons of money for asp.net support in apache, where in IIS it's free.
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

We don't talk about Webservers for 10000000000000000000000000000000000000000000000000000GB Space ;) I am sure, no one in this forum has money for a cluster PC which can transfer such data through fibre glass networks.

Well, Apache is good for most of you.
bye,
Daniel
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

I think you have to pick your poison based onthe OS you're running on.

For anything Unix-ish I'd use Apache and for anything Windows I'd use IIS.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

If you want a good lightweight web server try xitami:

http://www.xitami.org
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

Karbon wrote:I think you have to pick your poison based onthe OS you're running on.

For anything Unix-ish I'd use Apache and for anything Windows I'd use IIS.
As a developing platform I'm successfully driving Apache on WinXP, can't see anything wrong with that. I like to test my software under almost the same circumstances than in production.

As soon as the webserver is more than a tryout environment I would anyway recommend setting up a LAMP-System (or ordering another one to do so) as I wouldn't have enough trust in a Windows Platform ;)
<°)))o><²³
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

@Dani: Actually apache is used by many bigger corporations ;)
and it can handle those users, Yes
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

@thefool: I didn't say that apache takes less clients than IIS, I am voting for apache and Atomic Webserver :P
bye,
Daniel
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

ah i get it :D

atomic webserver is nice yeah :D
but apache i like. But right now im actually thinking of taking a look at
GedB's suggest of Xitami..
but i dont have a big line, but i can serve some small stuff.

my server is an 2*266 mhz [yeah DUAL] pentium 2 :P
100 mb ram and 15 gb hdd hehe
well i got it 4 free just playing with it :D
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Post Reply