Free Republic
Browse · Search
News/Activism
Topics · Post Article

Skip to comments.

Apache 2.0 Beats IIS at Its Own Game
eWeek/Slashdot ^ | April 15, 2002 | Jim Rapoza

Posted on 04/16/2002 8:43:17 AM PDT by milestogo

Edited on 04/13/2004 2:58:56 AM PDT by Jim Robinson. [history]

Enterprises last week had 11 more reasons to rethink using IIS: 10 new security holes in the Microsoft Web server and the arrival of Apache 2.0. After three years of development, Apache 2.0 (or, more accurately, Version 2.035) has finally been released. Unix users will find plenty to like in Version 2.0, but the biggest impact will be on Windows servers, where Apache can now perform as a production-level Web server.


(Excerpt) Read more at eweek.com ...


TOPICS: News/Current Events; Technical
KEYWORDS: apache; iis; microsoft
Navigation: use the links below to view more comments.
first 1-2021-29 next last

1 posted on 04/16/2002 8:43:17 AM PDT by milestogo
[ Post Reply | Private Reply | View Replies]

To: milestogo
Thanks for the article. Now if Chilisoft's ASP plugin would support Apache 2.0, I would have a chance of convincing the powers that be here in our shop to try switching over to Apache.
2 posted on 04/16/2002 9:00:53 AM PDT by egarvue
[ Post Reply | Private Reply | To 1 | View Replies]

To: milestogo
Ahh, a bash MS party.
3 posted on 04/16/2002 9:02:28 AM PDT by smith288
[ Post Reply | Private Reply | To 1 | View Replies]

To: smith288
One potential gotcha for organizations that wish to move to Apache from IIS is the open-source server's unfriendly administration interface: All configuration and administration is done by editing .conf files, although Version 2.0 has greatly streamlined configuration directives.
4 posted on 04/16/2002 9:03:48 AM PDT by milestogo
[ Post Reply | Private Reply | To 3 | View Replies]

To: egarvue
Apache 2.0 Beats IIS at Its Own Game

As has beat it for quite some time now.

5 posted on 04/16/2002 9:05:46 AM PDT by rdb3
[ Post Reply | Private Reply | To 2 | View Replies]

To: smith288
Ahh, a bash MS party.

Really? I didn't read any bashing in the article. What are you talking about?

6 posted on 04/16/2002 9:06:50 AM PDT by rdb3
[ Post Reply | Private Reply | To 3 | View Replies]

To: rdb3
no posts......yet.
7 posted on 04/16/2002 9:10:12 AM PDT by smith288
[ Post Reply | Private Reply | To 6 | View Replies]

To: smith288
no posts......yet.

Oh. You're just inviting "bashing" even though there wasn't any so far.

I see.

8 posted on 04/16/2002 9:13:10 AM PDT by rdb3
[ Post Reply | Private Reply | To 7 | View Replies]

To: smith288
When will the open-source people realize that a user interface IS VALUABLE. I'd never switch to the open-source crowd until that happens. I find that time after time I download an open-source program, read through the brief install guide which informs me that I have to download six other open-source programs that are required for the one I want to run. Then each of those has their own requirements and text-based configurations. After 4-5 hours of configuring text files; the program rarely works and I end up an a message board finding out all of the undocumented issues.

With a closed-source program I click on a file and in 10 seconds the whole thing is up and running. Face it: money = quality.

9 posted on 04/16/2002 9:18:19 AM PDT by Naspino
[ Post Reply | Private Reply | To 7 | View Replies]

To: rdb3
Yep...inviting... All about my infatuation with nerd fights... I attend support groups but obviously they arent helping.
10 posted on 04/16/2002 9:22:27 AM PDT by smith288
[ Post Reply | Private Reply | To 8 | View Replies]

To: Naspino
You need to use OpenBSD (www.openbsd.org) then. Every program has a makefile that automatically calculates dependencies, downloads them and compiles them for you, then builds the program. Just typing "make", then "make install" will compile and build the program.
11 posted on 04/16/2002 9:31:17 AM PDT by ikka
[ Post Reply | Private Reply | To 9 | View Replies]

To: Naspino
When will the open-source people realize that a user interface IS VALUABLE.
I'll agree UI is important, but I content that the best UI for server software is command line/config file based. Apache offers MUCH more flexibility in administration, adn is far more secure too.

Being able to do things like having perl in your config files is a godsend. It's nearly impossible to remain sane trying to administer an IIS machine with more than a couple of virtual domains. Apache's UI makes it easy to run hundreds of web sites off one box.

The thing to remeber is that ease of learning is not the same as ease of use. It may take you longer to get up to speed using a CLI, but you can be far more productive(for some tasks) than you can with a GUI.

Your argument about money==quality doesn't stand up in the server world either. Apache is the fastest, most stable web server in the world. Nothing touches it.

There are some crap freeware servers though. IIS springs to mind. Too bad nobody can go in and fix the problems.

For the person who was considering ChilliSoft, be careful. If you're absolutely wedded to ASP development, I'd probably stick with IIS. I've set up ChilliSoft a few times and never had anything but trouble. YMMV, and I hope it does. Just in my experience the extra cash involved in running IIS was deemed to be a lower barrier than trying to get ChilliSoft working properly. If you're starting from scratch, rather than porting an existing project, I'll bet it will go a LOT more smoothly. Good luck.

12 posted on 04/16/2002 10:09:39 AM PDT by mykej
[ Post Reply | Private Reply | To 9 | View Replies]

To: mykej
Yeah, its all about porting. We have too many ASP apps (written in VBS) here to re-write. I know there's some tools out there that (halfway) convert ASP to PHP, but I am doubtful of the stability of the code they produce.
13 posted on 04/16/2002 10:17:25 AM PDT by egarvue
[ Post Reply | Private Reply | To 12 | View Replies]

To: ikka
Or debian:

apt-get install <program>

Done.

14 posted on 04/16/2002 10:22:50 AM PDT by B Knotts
[ Post Reply | Private Reply | To 11 | View Replies]

To: milestogo
The way I see it, I'd rather be editing text files than having everything hidden from me. I know exactly where everything is at, and it's much easier to backup and restore than something like IIS, which tries to make everything as simple as possible, which is not what is needed in running servers.
15 posted on 04/16/2002 10:23:55 AM PDT by texlok
[ Post Reply | Private Reply | To 4 | View Replies]

To: mykej
Apache is the fastest, most stable web server in the world. Nothing touches it.

I dunno about that. Zeus is significantly faster than Apache in many respects, and no slouch for stability either.

16 posted on 04/16/2002 10:35:20 AM PDT by general_re
[ Post Reply | Private Reply | To 12 | View Replies]

To: smith288
Obviously.
17 posted on 04/16/2002 10:58:42 AM PDT by rdb3
[ Post Reply | Private Reply | To 10 | View Replies]

To: general_re
I have to agree that Zeus is good. I haven't used it much, but, from what I have seen it rocks.
18 posted on 04/16/2002 11:00:53 AM PDT by rdb3
[ Post Reply | Private Reply | To 16 | View Replies]

To: Naspino
When will the open-source people realize that a user interface IS VALUABLE. I'd never switch to the open-source crowd until that happens.

It all depends on who you are and what you are using something for. For Sys and Net admins, security is job one. Open-Source gives you complete control since nothing is hidden from view. If a problem arises, those in the Open-Source community realize it and fix it immediately. This is possible because thousands upon thousands of eyes are looking directly at the code. A UI system that has a problem has a serious drawback here. You would have to wait for the software company to fix and issue a patch.

Money = quality? In most things, yes, this is true. But this is not 100% accurate. For web serving and security, I'll take Apache and/or Zeus any day of the week over IIS. From all the stupid MS bashing that occurs, most of it is irrelevant. But there is one criticism I give to Gates & Co. that simply infuriates me: SECURITY. A corporation the size of MS and that has the resources of MS has no excuse whatsoever for selling software that has back door after back door after back door being open! It's inexcusable. This is why I, personally speaking, shy away from MS products. But I don't beat you up for choosing MS. It's your choice. This flies in the face of "money = quality" as an argument.

19 posted on 04/16/2002 11:10:58 AM PDT by rdb3
[ Post Reply | Private Reply | To 9 | View Replies]

To: ikka
You need to use OpenBSD (www.openbsd.org) then. Every program has a makefile that automatically calculates dependencies, downloads them and compiles them for you, then builds the program. Just typing "make", then "make install" will compile and build the program.

Thanks for proving his point. He said a "USER INTERFACE is valuable". You offer him command-line crap. Thanks for nothing.
20 posted on 04/16/2002 1:12:11 PM PDT by Bush2000
[ Post Reply | Private Reply | To 11 | View Replies]


Navigation: use the links below to view more comments.
first 1-2021-29 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
News/Activism
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson