|
||
|
Lesson 4
Objective
|
Web server software
Select Web server software. |
|
|
A Web site is a collection of documents and applications that creates documents for Web services. Although the details of
page site design are
beyond the scope of this course, you must plan your e-commerce site thoroughly. Such planning includes choosing an appropriate Web server.
Web Server Features
A Web server includes the hardware platform (usually Intel or RISC based), the server software (such as Apache Server or Microsoft IIS), and the information files themselves. Such files include HTML, database files, and various CGI applications. You must choose the correct software for your needs. Some features to consider when selecting your Web server software include: Selecting the appropriate Web server software for your company will determine your site's performance. Your server may be chosen for nonperformance reasons such as:
Microsoft Internet Information Server (IIS) IIS is popular because it is freely available to users on Windows NT Server 4.0. Currently, about 22% of the sites on the Web use this server. IIS 4.0 has become popular because of its close integration with Windows NT Server 4.0, as well as its support for Site Server, Site Server E-Commerce edition, and Microsoft SQL Server, among other products. IIS is also a widely recommended choice because it supports ASP, which allow you to use VBScript or JavaScript to create elegant, relatively simple database connections suitable for a busy e-commerce site. You can learn more about IIS at http://www.microsoft.com. Apache Web server By far the most popular Internet Web server, Apache Server runs primarily on UNIX systems. A new version has been ported for use primarily on Windows NT. Its chief features are that it is freely available, has extensive Java and SSL support, and works well with databases. As of September 1999, over 55% of all the sites on the Web used Apache Server. Running Apache Server in a Linux box is quite inexpensive, as opposed to running IIS on Windows NT, which requires extensive licensing. You should understand, however, that even though the majority of Web sites use Apache Server, that does not necessariliy mean that Apache. is better than IIS, Netscape's offerings, or any other Web server. When choosing a server, you should educate yourself concerning platform stability and customer support issues, then make the best choice for your situation. In addition to these two types of Web servers, other Web servers are available. In the next lesson, we will discuss aliases and virtual directories. |
||
|
|
||