]> granicus.if.org Git - apache/blob - README
Fix the version string. We want to end up with "mod_ssl/2.0.xx", not
[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/lists.html#http-announce
46
47      o If you want freely available support for running Apache please join the
48        Apache user community by subscribing to Users Mailing List at
49        http://httpd.apache.org/userslist.html or one of the following USENET
50        newsgroups:
51        comp.infosystems.www.servers.unix
52        comp.infosystems.www.servers.ms-windows
53        Also available at: 
54        http://groups.google.com/groups?group=comp.infosystems.www.servers
55
56      o If you want commercial support for running Apache please contact
57        one of the companies and contractors which are listed at
58        http://www.apache.org/info/support.cgi
59
60      o If you have a concrete bug report for Apache please go to the
61        Apache Group Bug Database and submit your report:
62        http://httpd.apache.org/bug_report.html
63
64      o If you want to participate in actively developing Apache please
65        subscribe to the `dev@httpd.apache.org' mailing list as described at
66        http://www.apache.org/lists.html#http-dev
67
68   Acknowledgments
69   ----------------
70
71   We wish to acknowledge the following copyrighted works that
72   make up portions of the Apache software:
73
74   Portions of this software were developed at the National Center
75   for Supercomputing Applications (NCSA) at the University of
76   Illinois at Urbana-Champaign.
77
78   This software contains code derived from the RSA Data Security
79   Inc. MD5 Message-Digest Algorithm, including various
80   modifications by Spyglass Inc., Carnegie Mellon University, and
81   Bell Communications Research, Inc (Bellcore).
82
83   Regular expression support is provided by the PCRE library package, which
84   is open source software, written by Philip Hazel, and copyright by the
85   University of Cambridge, England.  The original software is available from
86      ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
87
88   Apache 2.0 relies heavily on the use of autoconf and libtool to provide
89   a build environment.