]> granicus.if.org Git - apache/blob - README
Do not send trash out on every single error message that has no
[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   Contacts
40   --------
41
42      o If you want to be informed about new code releases, bug fixes,
43        security fixes, general news and information about the Apache server
44        subscribe to the apache-announce mailing list as described under
45        http://httpd.apache.org/announcelist.html
46
47      o If you want freely available support for running Apache please join the
48        Apache user community by subscribing to one of the following USENET
49        newsgroups:
50        comp.infosystems.www.servers.unix
51        comp.infosystems.www.servers.ms-windows
52        Also available at: 
53        http://groups.google.com/groups?group=comp.infosystems.www.servers
54
55      o If you want commercial support for running Apache please contact
56        one of the companies and contractors which are listed at
57        http://www.apache.org/info/support.cgi
58
59      o If you have a concrete bug report for Apache please go to the
60        Apache Group Bug Database and submit your report:
61        http://httpd.apache.org/bug_report.html
62
63      o If you want to participate in actively developing Apache please
64        subscribe to the `new-httpd' mailing list as described at
65        http://www.apache.org/foundation/mailinglists.html#http
66
67   Acknowledgments
68   ----------------
69
70   We wish to acknowledge the following copyrighted works that
71   make up portions of the Apache software:
72
73   Portions of this software were developed at the National Center
74   for Supercomputing Applications (NCSA) at the University of
75   Illinois at Urbana-Champaign.
76
77   This software contains code derived from the RSA Data Security
78   Inc. MD5 Message-Digest Algorithm, including various
79   modifications by Spyglass Inc., Carnegie Mellon University, and
80   Bell Communications Research, Inc (Bellcore).
81
82   This package contains software written by Philip Hazel and copyrighted by 
83   the University of Cambridge.  Please see the file called 
84   srclib/pcre/COPYING. 
85
86   Apache 2.0 relies heavily on the use of autoconf and libtool to provide
87   a build environment.