]> granicus.if.org Git - apache/blob - README
fcf060fb34dc8cac765ecdbd2c758f0177181f1c
[apache] / README
1
2                           Apache HTTP Server
3
4   What is it?
5   -----------
6
7   The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant
8   web server.  Originally designed as a replacement for the NCSA HTTP
9   Server, it has grown to be the most popular web server on the
10   Internet.  As a project of the Apache Software Foundation, the
11   developers aim to collaboratively develop and maintain a robust,
12   commercial-grade, standards-based server with freely available
13   source code.
14
15   The Latest Version
16   ------------------
17
18   Details of the latest version can be found on the Apache HTTP
19   server project page under http://httpd.apache.org/.
20
21   Documentation
22   -------------
23
24   The documentation available as of the date of this release is
25   included in HTML format in the docs/manual/ directory.  The most
26   up-to-date documentation can be found at
27   http://httpd.apache.org/docs-2.0/.
28
29   Installation
30   ------------
31
32   Please see the file called INSTALL.
33
34   Licensing
35   ---------
36
37   Please see the file called LICENSE.
38
39   Acknowledgments
40   ----------------
41
42   We wish to acknowledge the following copyrighted works that
43   make up portions of the Apache software:
44
45   Portions of this software were developed at the National Center
46   for Supercomputing Applications (NCSA) at the University of
47   Illinois at Urbana-Champaign.
48
49   This software contains code derived from the RSA Data Security
50   Inc. MD5 Message-Digest Algorithm, including various
51   modifications by Spyglass Inc., Carnegie Mellon University, and
52   Bell Communications Research, Inc (Bellcore).
53
54   This package contains software written by Philip Hazel and copyrighted by 
55   the University of Cambridge.  Please see the file called 
56   srclib/pcre/COPYING. 
57
58   The NT port was started with code provided to the Apache Group
59   by Ambarish Malpani of ValiCert, Inc. (http://www.valicert.com/).
60
61   Apache 2.0 relies heavily on the use of autoconf and libtool to provide
62   a build environment.