![]() |
![]() |
||
Looking at the productThis section takes a high level look at the IBM HTTP Server, including new functions for this release, locating the IBM HTTP Server documentation and other valuable sources of information. Licensing and acknowledgments are also noted here. Links to related topics appear at the end of this section.
Identifying IBM HTTP Server offeringsThe IBM HTTP Server, powered by Apache, is a Web server based on the Apache Web server developed by the Apache Group (www.apache.org). The IBM HTTP Server includes several functions not available in the Apache Web server: |
|||
![]() ![]() |
|
||
![]() ![]() |
The addition of these features required minor modifications to several
of the base Apache source code files:
Legal restrictions prohibit rebuilding the entire IBM binary distribution with the given source on the SSL technology. However, you can write an Apache module that runs with the IBM HTTP Server. Looking at Apache differencesThe Apache Web server was originally designed and developed for UNIX systems. Apache V1.3.0 was the first major release of Apache that included support for Windows operating systems. The Windows port of Apache includes many of the most frequently requested new features, including an API to enable extending the Web server function, and a module that supports a subset of Microsoft ISAPI, or the Web server API. The UNIX version of Apache and the Windows version of Apache differ most notably in their request processing. Apache for Windows, a threaded Web server, processes requests per thread. A process-based Web server, processes requests per process. Potential performance gains on a threaded Web server exist that the Apache for Windows product has yet to realize. |
||
![]() ![]() |
Identifying new functions in this releaseNew functions for this release include:
Finding IBM HTTP Server documentationThe documentation available for this release, in HTML format resides in the ./share/htdocs/manual/ibm directory. For the most recent documentation, visit the IBM HTTP Server Web site.
Locating other sources of informationSeveral good Internet news groups cover HTTP servers in general. These groups have information about all the popular Web servers and could help you find answers to your questions, so check the news group archives first:
LicensingSee the file called LICENSE.IBM Acknowledging copyrighted workWe wish to acknowledge the following copyrighted works that make up portions of the IBM HTTP Server, based on Apache software: Portions of this software were developed at the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign. This software contains code derived from the RSA Data Security Inc. MD5 Message-Digest Algorithm, including various modifications by Spyglass Inc., Carnegie Mellon University, and Bell Communications Research, Inc. (Bellcore). This package contains software written and copyrighted by Henry Spencer. See the file called src/regex/COPYRIGHT. The NT port was started with code provided to the IBM HTTP Server based on Apache Group by Ambarish Malpani, of ValiCert, Inc. (www.valicert.com).
(Back to the top) |