NetworkClue.com
NetworkClue Home PageHome Contact UsContact ConsultingConsult
Bulletin Board
Internet Services covers Secrets to hosting websites, Hosting your own web server, and using DNS Servers.Operating Systems leads you through the decision of Linux vs. Windows, ideal installations and setups to create an efficient and redundant environment for your business, and great features to make management easier.Routing & Firewalls contains articles that will allow you to take control of your router. Learn how to protect your company with access lists and advanced firewall techniques.Hardware answers the common questions about Switches vs. Hubs, recommends SysAdmin Tools, and recommendations for adequate power protection.Utilities will cover fighting spam, using Anti-Virus programs effectively and the must haves for every administrator's software toolbox.

Bulletin Board

About Web Servers

So you want to have a worldwide presence; you better have a clue if you want to do this right.

There are several web servers out there but the two most popular are Microsoft IIS (Meaning Internet Information Server, the most recent version is 6.0) and Apache Web Server (most recently 2.0.47 as of 7/21/2003).

Apache has an estimated 60% of the web server market (in a Netcraft Survey taken March 2003), which is quite amazing. Realize that Apache can run on almost any platform including Microsoft Windows 2000 Server, any flavor of Linux, HP-UX, Solaris, etc; Microsoft IIS really only works on Microsoft Operating Systems.

Choosing between the two servers is quite easy. If you are running a non-Microsoft Operating system the choice is already made for you, because you only have Apache. If you are running a Microsoft Server I would recommend going with IIS. Like Apache, it is free and with Windows 2000 Server it comes already built in so the installation is the simplest.

Both web servers have many things in common. They both have the capability to host more than one website (a virtual server for each website), they both can display custom error pages, they both support SSL (also known a secure sockets layer or HTTPS – However IIS makes implementing SSL so much easier), and they both allow for dynamic programming languages such as ASP, PHP, & CGI.

Apache is set up to work best with PHP, and IIS with ASP. I have worked with PHP plug-ins for IIS but it was too buggy and slow.
 

References:

After you build your web server, I highly recommend that you refer to Website Best Practices before you go live.  It has several tips to get great results from search engines and ideas on how to make website maintenance more simple.

Article last reviewed: 10/20/2004


del.icio.us

Created by: Digital Foundation, inc.

Copyright © 2002-2005 Digital Foundation, inc.   www.networkclue.com

All content of the NetworkClue website is copyrighted. Articles, notes, outlines, and all other materials may not be stored on the Internet or sold or placed by themselves or with other material in any electronic or printed format in whole or part. However materials may be referenced by links to the site.

 

Related Articles:
Website Best Practices
HTML Quick Reference
ASP Programming
Apache Configuration