Chapter 18. Apache Configuration
The Apache HTTP Server is the most widely used web server on the
Internet. The Apache server was developed from an early version of
the original NCSA server with the intent of providing further
improvement while maintaining compatibility. Since then, all
development efforts on the NCSA server have ceased. Apache has since
earned the title of reigning king among web servers, and it
isn't hard to see why: the base distribution is
fast, free, and full-featured. It runs on many different platforms
and has a multitude of third-party modules available to expand its
functionality.
You can pick up a copy of the Apache server and its documentation
from the Apache home page: http://www.apache.org. This chapter covers
Version 2.0 of the Apache server. Most of the configuration and
module functionality are similar to the last major release, 1.3,
which is still in wide use. Major differences between the versions
will be noted.
 |