]> granicus.if.org Git - apache/blob - README
update license header text
[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.1/.
28
29   Installation
30   ------------
31
32   Please see the file called INSTALL.  Platform specific notes can be
33   found in README.platforms.
34
35   Licensing
36   ---------
37
38   Please see the file called LICENSE.
39
40   Contacts
41   --------
42
43      o If you want to be informed about new code releases, bug fixes,
44        security fixes, general news and information about the Apache server
45        subscribe to the apache-announce mailing list as described under
46        <http://httpd.apache.org/lists.html#http-announce>
47
48      o If you want freely available support for running Apache please join the
49        Apache user community by subscribing to Users Mailing List at
50        <http://httpd.apache.org/userslist.html> or one of the following
51        USENET newsgroups:
52          comp.infosystems.www.servers.unix
53          comp.infosystems.www.servers.ms-windows
54        Also available at: 
55          <http://groups.google.com/groups?group=comp.infosystems.www.servers>
56
57      o If you want commercial support for running Apache please contact
58        one of the companies and contractors which are listed at
59        <http://www.apache.org/info/support.cgi>
60
61      o If you have a concrete bug report for Apache please go to the
62        Apache Group Bug Database and submit your report:
63        <http://httpd.apache.org/bug_report.html>
64
65      o If you want to participate in actively developing Apache please
66        subscribe to the `dev@httpd.apache.org' mailing list as described at
67        <http://httpd.apache.org/lists.html#http-dev>
68
69   Acknowledgments
70   ----------------
71
72   We wish to acknowledge the following copyrighted works that
73   make up portions of the Apache software:
74
75   Portions of this software were developed at the National Center
76   for Supercomputing Applications (NCSA) at the University of
77   Illinois at Urbana-Champaign.
78
79   This software contains code derived from the RSA Data Security
80   Inc. MD5 Message-Digest Algorithm, including various
81   modifications by Spyglass Inc., Carnegie Mellon University, and
82   Bell Communications Research, Inc (Bellcore).
83
84   Regular expression support is provided by the PCRE library package, which
85   is open source software, written by Philip Hazel, and copyright by the
86   University of Cambridge, England.  The original software is available from
87      ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
88
89   Apache 2 relies heavily on the use of autoconf and libtool to provide
90   a build environment.